-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
24 lines (21 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link rel='icon' type='image/png' href='./128.png'>
<link rel='stylesheet' href='./public/build/bundle.css'>
<link href='https://cdn.jsdelivr.net/npm/quartermoon@latest/css/quartermoon-variables.min.css' rel='stylesheet'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta property="og:title" content="PWA Haven">
<meta property="og:url" content="https://haven.pages.dev/">
<meta property="og:description" content="Collection of small, fast, simple PWA's to replace native OS apps.">
<meta property="og:type" content="website">
<meta property="og:image" content="./128.png">
<title>PWA Haven</title>
<script defer src='./public/build/bundle.js'></script>
<script defer src='https://cdn.jsdelivr.net/npm/[email protected]/js/halfmoon.min.js'></script>
</head>
<body class='with-custom-webkit-scrollbars with-custom-css-scrollbars dark-mode'>
</body>
</html>