Last active
September 28, 2021 03:07
-
-
Save lmartim/7d48b5dbc7ea1104b3fc9453ea23d3f2 to your computer and use it in GitHub Desktop.
Index file for Vite project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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