-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_OLD.html
100 lines (92 loc) · 4.58 KB
/
index_OLD.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="color-scheme" content="dark">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#121212">
<meta name="msapplication-TileColor" content="#121212">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#121212">
<title>Brutal Doom Platinum</title>
<meta name="description" content="Perfect Hatred, the home of Brutal Doom Platinum">
<link rel="stylesheet" href="/styles/normalize.css">
<link rel="stylesheet" href="/styles/main.css?202312090203">
<link rel="stylesheet" href="/styles/tooltip.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="deimos"></div>
<div class="phobos"></div>
<!-- Page Content Begins Here-->
<div id="main_container">
<div class="mainheader clearfix">
<div class="logo"><img src="/images/bdp4logo.png" alt="Brutal Doom Platinum logo"></div>
<div class="menu clearfix">
<div class="menuop menuoptop menuop1"><img src="/images/menu/play.png" alt="Play image"></div>
<div class="menuop menuoptop menuop2"><img src="/images/menu/features.png" alt="Play image"></div>
<div class="menuop menuop3"><img src="/images/menu/addons.png" alt="Play image"></div>
<div class="menuop menuop4"><img src="/images/menu/credits.png" alt="Play image"></div>
</div>
</div>
<div>
<!-- <img src="/images/bdp4logo.png" alt="Brutal Doom Platinum logo" class="placeholder"> -->
<div class="placeholder placeholder-subtitle placeholder-txt">
Site Coming Soon
</div>
<br>
<div class="placeholder placeholder-txt">
Public Release:
<br>
<a href="https://www.moddb.com/mods/brutal-doom-platinum" alt="Brutal Doom Platinum ModDB link">v3.1.1 on ModDB</a>
</div>
<div class="placeholder placeholder-txt">
Dev Repo:
<br>
<a href="https://github.com/EmeraldCoasttt/BrutalDoomPlatinum/" alt="Brutal Doom Platinum Github link">Github</a>
</div>
<br>
<div class="placeholder placeholder-txt">
Join Us on Discord!
<br>
<a href="https://discord.gg/ryPBUbAGVU" alt="Brutal Doom Platinum Discord link">Blue Keycard</a>
</div>
</div>
</div>
<!-- Page Content Ends Here-->
<div id="footer">
<div class="discordfoot">
<span>Join Us on <a href="https://discord.gg/ryPBUbAGVU" alt="Brutal Doom Platinum Discord link">Discord</a>!</span>
</div>
<div class="copyrightfoot">
<span tooltip="Site Design by FelesNoctis">
© 2021-<span id="copyrightcuryear"></span> Perfect Hatred
</span>
</div>
</div>
<script>
document.getElementById('copyrightcuryear').appendChild(document.createTextNode(new Date().getFullYear()))
</script>
<!-- <script src="" async defer></script> -->
</body>
</html>