36 lines
916 B
HTML
36 lines
916 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<!-- Favicons -->
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
|
|
<!-- PWA -->
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<meta
|
|
name="theme-color"
|
|
content="#FFFFFF"
|
|
media="(prefers-color-scheme: light)"
|
|
>
|
|
<meta
|
|
name="theme-color"
|
|
content="#000000"
|
|
media="(prefers-color-scheme: dark)"
|
|
>
|
|
|
|
<!-- SEO -->
|
|
<meta name="description" content="Loading...">
|
|
<meta name="keywords" content="">
|
|
|
|
<title>Loading...</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|