-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
52 lines (41 loc) · 2.14 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
<!DOCTYPE html>
<html>
<head>
<title>Doom 64 Compendium</title>
<meta property="og:title" content="Doom 64 Compendium" />
<meta property="og:site_name" content="Doom 64 Compendium" />
<meta property="og:description" content="Doom 64 Compendium documents the Doom 64 engine, its ports, and how to build content for them." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.doom64.com/" />
<meta property="og:image" content="https://www.doom64.com/d64c.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<script src="scripts.js" type="text/JavaScript"></script>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="favicon.svg" />
</head>
<body>
<div id="navigation"></div>
<div id="content">
<h1>Welcome to the Doom 64 Compendium!</h1>
<p>This is a project to document the Doom 64 engine, its ports, and how to build content for them. It is a continuation of projects such as the Doom 64 EX Wiki, Doom 64 Tech Bible, and the Doom 64 Discord modding guides. Doom 64 Compendium is hosted on GitHub where you can contribute to it, mirror it, and download it here: <a href="https://github.com/Immorpher/doom64/">https://github.com/Immorpher/doom64/</a>.</p>
<img src="d64c.png" style="width: 100%; height: auto; max-width: 1200px; border-radius: 2rem;" alt="A graphic depicting the Doom 64 Compendium as a book with fire on the horizon and a pentagrammed Mars in view."/>
<p>A list of planned updates to the compendium can be found <a href="future.html">here</a>.</p>
<h2>Affiliate Communities</h2>
<div class="sidestack">
<div>
<ul><li><a href="https://discord.gg/Ktxz8nz">Doom 64 Discord</a></li></ul>
</div>
<div>
<ul><li><a href="https://www.facebook.com/groups/Doom64">Doom 64 Facebook</a></li></ul>
</div>
</div>
</div>
<div id="footer"></div>
<script>
layout("");
</script>
</body>
</html>