-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (31 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Your meme is terrible</title>
<link rel="stylesheet" href="/src/css/style.css">
<meta property="og:image" content="/src/img/og-image.jpg">
<meta property="og:image:width" content="1506">
<meta property="og:image:height" content="788">
<meta property="og:title" content="That's a terrible meme">
<meta property="og:description" content="You should be thoroughly ashamed of yourself">
<meta property="og:url" content="terribleme.me">
<link rel="apple-touch-icon" sizes="180x180" href="/src/img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/src/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/src/img/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/src/img/manifest.json">
<link rel="mask-icon" href="/src/img/safari-pinned-tab.svg" color="#ff0000">
<meta name="theme-color" content="#ffffff">
<link rel="shortcut icon" href="/src/img/favicon.ico">
<meta name="apple-mobile-web-app-title" content="terrible me.me">
<meta name="application-name" content="terrible me.me">
<meta name="msapplication-config" content="/src/img/browserconfig.xml">
</head>
<body>
<h1>That was terrible.</h1>
<script src="https://cdn.rawgit.com/pixelass/console-speak/master/dist/index.js"></script>
<script src="https://unpkg.com/floating.js@2.7.4/build/floating.js"></script>
<script src="/src/js/index.js"></script>
</body>
</html>