gxc-template-repo/playground/index.html
Andrey Kernichniy 85c15b3dad
All checks were successful
CI / build (push) Successful in 21s
Added files for playground
2026-03-04 02:21:54 +07:00

13 lines
No EOL
272 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Playground</title>
</head>
<body>
<h1>Hello world!</h1>
<script type="module" src="./index.ts"></script>
</body>
</html>