Files
blundercrunch/pages/devtools/index.html
Aditya Gupta aabb8986aa Initial commit
2026-06-29 19:29:19 +05:30

12 lines
194 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Devtools</title>
</head>
<body>
<script type="module" src="./src/index.ts"></script>
</body>
</html>