45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<meta name="description" content="Dunemask" />
|
||
|
<title>Univite</title>
|
||
|
<link
|
||
|
rel="apple-touch-icon"
|
||
|
sizes="180x180"
|
||
|
href="/favicons/apple-touch-icon.png?v=0.0.1-sep-9-2022"
|
||
|
/>
|
||
|
<link
|
||
|
rel="icon"
|
||
|
type="image/png"
|
||
|
sizes="32x32"
|
||
|
href="/favicons/favicon-32x32.png?v=0.0.1-sep-9-2022"
|
||
|
/>
|
||
|
<link
|
||
|
rel="icon"
|
||
|
type="image/png"
|
||
|
sizes="16x16"
|
||
|
href="/favicons/favicon-16x16.png?v=0.0.1-sep-9-2022"
|
||
|
/>
|
||
|
<link rel="manifest" href="/favicons/site.webmanifest?v=0.0.1-sep-9-2022" />
|
||
|
<link
|
||
|
rel="mask-icon"
|
||
|
href="/favicons/safari-pinned-tab.svg?v=0.0.1-sep-9-2022"
|
||
|
color="#ffc40d"
|
||
|
/>
|
||
|
<link rel="shortcut icon" href="/favicons/favicon.ico?v=0.0.1-sep-9-2022" />
|
||
|
<meta name="msapplication-TileColor" content="#ffc40d" />
|
||
|
<meta
|
||
|
name="msapplication-config"
|
||
|
content="/favicons/browserconfig.xml?v=0.0.1-sep-9-2022"
|
||
|
/>
|
||
|
<meta name="theme-color" content="#5d5d5d" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript>You need to enable JavaScript to view this site.</noscript>
|
||
|
<div id="root"></div>
|
||
|
<script type="module" src="/src/App.jsx"></script>
|
||
|
</body>
|
||
|
</html>
|