slidestr/index.html

18 lines
695 B
HTML
Raw Normal View History

2023-08-16 11:40:36 +00:00
<!doctype html>
2023-07-15 21:23:22 +00:00
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-07-17 10:32:01 +00:00
<link rel="icon" type="image/svg+xml" href="/slidestr.svg" />
2023-09-11 16:33:38 +00:00
<link rel="manifest" href="/manifest.json" />
2023-07-17 10:32:01 +00:00
<title>slidestr.net</title>
2023-08-16 11:40:36 +00:00
<link href="/fonts/outfit/outfit.css" rel="stylesheet" />
2023-11-01 12:40:15 +00:00
<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">
2023-07-15 21:23:22 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>