2021-06-18 07:05:01 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2021-06-20 06:05:12 -04:00
|
|
|
<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" />
|
2021-06-18 12:57:08 -04:00
|
|
|
<title>REVOLT</title>
|
2021-06-18 07:05:01 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
2021-06-18 12:57:08 -04:00
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
2021-06-18 07:05:01 -04:00
|
|
|
</body>
|
|
|
|
</html>
|