Skip to content

Instantly share code, notes, and snippets.

@darkoatanasovski
Created April 26, 2022 07:50
Show Gist options
  • Save darkoatanasovski/f8578bbef070dc498fb8d712304becc4 to your computer and use it in GitHub Desktop.
Save darkoatanasovski/f8578bbef070dc498fb8d712304becc4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment