revite/index.html

15 lines
443 B
HTML
Raw Normal View History

2021-06-18 07:05:01 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/src/assets/logo_round.png" />
<!--<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />-->
2021-06-18 07:05:01 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>REVOLT</title>
2021-06-18 07:05:01 -04:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
2021-06-18 07:05:01 -04:00
</body>
</html>