Skip to content

Instantly share code, notes, and snippets.

@lmartim
Last active September 28, 2021 03:07
Show Gist options
  • Save lmartim/7d48b5dbc7ea1104b3fc9453ea23d3f2 to your computer and use it in GitHub Desktop.
Save lmartim/7d48b5dbc7ea1104b3fc9453ea23d3f2 to your computer and use it in GitHub Desktop.
Index file for Vite project.
<!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>Your Project Name</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