Skip to content

Instantly share code, notes, and snippets.

@keithn
Created May 13, 2022 12:40
Show Gist options
  • Save keithn/1db7d854f6e228aab6855ea00761b96b to your computer and use it in GitHub Desktop.
Save keithn/1db7d854f6e228aab6855ea00761b96b to your computer and use it in GitHub Desktop.
default
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment