-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 968 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>RIP MetaGame</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="shortcut icon" href="logo.webp"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<aside>
<object id="bg" data="fading.svg"></object>
</aside>
<main>
<object id="tombstone" data="tombstone.svg" alt="RIP MetaGame"></object>
<section id="text">
<h1 id="rip"><acronym title="Rest In Peace">R.I.P.</acronym> MetaGame</h1>
<h2 id="obituary">
<a href="https://metagame.substack.com/p/metagame-is-dead-long-live-metagame" target="_blank">
Obituatry
</a>
</h2>
<h2 id="survivors">
Survived By:
<ul>
<li><a href="https://linktr.ee/nextmeta" target="_blank">NextMeta</a></li>
<li><a href="https://dacade.my" target="_blank">dAcademy</a></li>
</ul>
</h2>
</section>
</main>
</html>