slidestr/index.html
2023-11-01 13:40:15 +01:00

18 lines
695 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/slidestr.svg" />
<link rel="manifest" href="/manifest.json" />
<title>slidestr.net</title>
<link href="/fonts/outfit/outfit.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,maximum-scale=1,user-scalable=no,shrink-to-fit=no,viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>