-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (70 loc) · 2.62 KB
/
index.html
File metadata and controls
78 lines (70 loc) · 2.62 KB
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
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<title>Has the king died?</title>
<!-- Made by darcy -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<meta content="utf-8" http-equiv="encoding" />
<meta
name="google-site-verification"
content="fLkJwYGJY7usPoiJrlJQvJy8Y9RYCIC3OU99MnwVhW8"
/>
<meta
name="keywords"
content="has the king died queen is dead hasthekingdied isthekingdead hasthequeendied isthequeendead"
/>
<meta name="url" content="https://hasthekingdied.com" />
<meta name="description" content="Has the king died? 🤔 Find out now!" />
<meta name="image" content="./favicon.png" />
<meta property="image" content="./favicon.png" />
<meta name="og:image" content="./favicon.png" />
<meta property="og:image" content="./favicon.png" />
<meta name="theme-color" content="#005230" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Karla&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="./style.css" />
<script
type="text/javascript"
src="https://code.jquery.com/jquery-latest.min.js"
></script>
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.5.1/dist/confetti.browser.min.js"></script>
<script type="text/javascript" src="./script.js"></script>
<link rel="shortcut icon" href="./favicon.png" type="image/png" />
</head>
<body onload="init()">
<h1 class="question">Has the king died?</h1>
<h4 class="debug"><!-- loaded from js --></h4>
<h2 class="answer">🤔</h2>
<h3 class="secondary">
<span class="loading">Loading...</span>
<span class="check" onclick="init()">Check again</span>
<span class="source">
<p>Died <span class="date"> Unknown date </span></p>
<p>(<span class="difference"> Unknown years </span> ago)</p>
<a href="https://wikipedia.org/wiki/Charles_III"> Source: Wikipedia </a>
</span>
</h3>
<footer>
<a
href="https://github.com/hasthekingdied/hasthekingdied.github.io#has-the-king-died"
>
Repository
</a>
|
<a href="https://www.mediawiki.org/wiki/API:Main_page">
Powered by Wikipedia API
</a>
|
<a
href="https://auctions.godaddy.com/trpItemListing.aspx?src=dpp&miid=419543942&itc=dpp_absol1"
>
Buy this domain!
</a>
</footer>
</body>
</html>