Skip to content

Instantly share code, notes, and snippets.

@simonjcarr
Created August 11, 2020 19:09
Show Gist options
  • Select an option

  • Save simonjcarr/c426c2fa694f9c918ec3aeaaa77f9524 to your computer and use it in GitHub Desktop.

Select an option

Save simonjcarr/c426c2fa694f9c918ec3aeaaa77f9524 to your computer and use it in GitHub Desktop.
<!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="outside_app" style="text-align: center;"></div>
<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