-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (60 loc) · 3.22 KB
/
index.html
File metadata and controls
77 lines (60 loc) · 3.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mod the Gungeon CLASSIC</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="icon" sizes="192x192" href="/favicon-192.png">
<link rel="icon" sizes="512x512" href="/favicon-512.png">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link href="//fonts.googleapis.com/css?family=Roboto:500,400italic,700italic,300,700,500italic,300italic,400" rel="stylesheet">
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" media="none" onload="if(media!='all')media='all'">
<noscript><link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"></noscript>
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/home.css">
<script type="text/javascript" src="/js/main.js" async defer></script>
<script type="text/javascript" src="/js/home.js" async defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta property="og:title" content="Mod the Gungeon CLASSIC" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://modthegungeon.github.io/" />
<meta property="og:image" content="https://modthegungeon.github.io/img/logo_anim.gif" itemprop="thumbnailUrl" />
<!-- Show only when not on index -->
<!--meta property="og:site_name" content="Mod the Gungeon CLASSIC" /-->
<meta name="description" content="Homepage for the efforts to mod "Enter the Gungeon". Always blame @Zatherz.">
</head>
<body>
<div id="cover-outer">
<p id="pageversion" style="position: absolute; bottom: 0; right: 144px; opacity: 0.3;">V13</p>
<div id="cover-logo"></div>
<div id="cover-bullet">
<div class="cover-bulletp"></div><div class="cover-bulletp"></div><div class="cover-bulletp"></div>
<div class="cover-bulletp"></div><div class="cover-bulletp"></div><div class="cover-bulletp"></div>
<div class="cover-bulletp"></div><div class="cover-bulletp"></div><div class="cover-bulletp"></div>
<div class="cover-bulletp"></div><div class="cover-bulletp"></div><div class="cover-bulletp"></div>
<div class="cover-bulletp"></div><div class="cover-bulletp"></div><div class="cover-bulletp"></div>
</div>
<div id="cover-binary"></div>
<!--div warning>
<h1>PAGE UNDER CONSTRUCTION!</h1>
<p>Ping @0x0ade in the Gungeon Discord server in case burning HTML tags fly around.</p>
</div-->
</div>
<a id="cover-down" href="#main"></a>
<div id="main">
<div id="main-content">
<section id="note">
<h1>Note</h1>
<p>
<b id="bigboldnotice">ETGMod is officially deprecated.</b>
</p>
<p>
It is no longer being updated, however the community now thrives on BepInEx.
Please <a href="https://github.com/SpecialAPI/ModTheGungeonAPI/wiki/BepInEx-and-Mod-the-Gungeon-API-installation-guide">follow this guide instead</a>.
</p>
<!--a href="https://redd.it/75qqe9">Learn more here.</a-->
</section>
</div>
</div>
</body>
</html>