Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created February 23, 2026 06:12
Show Gist options
  • Select an option

  • Save flushpot1125/98a886bb0133d55b82d322133f8a6d85 to your computer and use it in GitHub Desktop.

Select an option

Save flushpot1125/98a886bb0133d55b82d322133f8a6d85 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>My App</title>
<link rel="stylesheet" href="/src/styles.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment