-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (58 loc) · 3.68 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!-- Copyright (C) 2020 Stevan Dedovic, Wesley Merkel -->
<!-- This program is free software: you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation, either version 3 of the License, or -->
<!-- (at your option) any later version. -->
<!-- This program is distributed in the hope that it will be useful, -->
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
<!-- GNU General Public License for more details. -->
<!-- You should have received a copy of the GNU General Public License -->
<!-- along with this program. If not, see <https://www.gnu.org/licenses/>. -->
<!DOCTYPE html>
<meta charset="utf-8">
<title>Are We JSON Yet?</title>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://arewejsonyet.com">
<meta property="og:type" content="website">
<meta property="og:title" content="Are We JSON Yet?">
<meta property="og:image" content="https://arewejsonyet.com/assets/preview.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="arewejsonyet.com">
<meta property="twitter:url" content="https://arewejsonyet.com">
<meta name="twitter:title" content="Are We JSON Yet?">
<meta name="twitter:image" content="https://arewejsonyet.com/assets/preview.png">
<meta name="application-name" content="Are We JSON Yet?"/>
<link rel="manifest" href="assets/site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="assets/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="assets/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="assets/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="assets/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="assets/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="assets/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="assets/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="assets/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="assets/favicon-128.png" sizes="128x128" />
<meta name="msapplication-TileColor" content="#EEEEEE" />
<meta name="msapplication-TileImage" content="assets/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="assets/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="assets/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="assets/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="assets/mstile-310x310.png" />
<link rel="stylesheet" href="assets/reset.css">
<link rel="stylesheet" href="assets/style.css">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap" rel="stylesheet">
<div class="flex-container">
<div class="flex-center">
<div class="content">
<h1>Probably.</h1>
</div>
</div>
</div>
<script type="text/javascript" src="assets/main.js"></script>