forked from aarextiaokhiao/NG-plus-3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (50 loc) · 2.32 KB
/
about.html
File metadata and controls
53 lines (50 loc) · 2.32 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>About</title>
<link rel="icon" type="image/png" href="images/icon.png">
<link rel="stylesheet" type="text/css" href="stylesheets/about.css">
</head>
<body onload="giveAchievement()">
<div id="bg"></div>
<h1 align="center">Antimatter Dimensions: Aarex's Mods</h1>
<a href="index.html" id="link">Play!</a>
<br><br><br>
This modification features NG+3, <a href="http://github.com/aarextiaokhiao/magna_numerus.js/blob/master/logarithmica_numerus_lite.js">logarithmica_numerus.js</a> & others.
<br>
NG+3 is an official continuation to dan-simon's NG++. This extends Antimatter Dimensions with lots of content and 2 major layers!
<br><br>
You can visit NG+3 wiki at <a href="https://ng-plus-plus-plus.fandom.com">https://ng-plus-plus-plus.fandom.com</a>.
<br><br>
<div class="hr"></div>
<h2 align="center">Related Mods</h2>
<br>
<a href="https://toilet45.github.io/ADRedemption/">AD Redemption</a> (NG+ Reality, by toilet45 and other devs, will be reworked)
<br><br>
<a href="https://mrredshark77.github.io/NG-plus-3CR/">NG+3: Classic Reloaded</a> (by MrRedShark77, up to Nanofield)
<br><br>
<a href="https://aarextiaokhiao.github.io/IvarK.github.io/">NG+3: Respecced</a> (by NG+3 Team, semi-cancelled?)
<br><br>
<a href="https://jacorb90.github.io/NG-plus-3C/">NG+3: Condensed</a> (by Jacorb90, abandoned)
<br><br>
<a href="https://mrredshark77.github.io/post-ng-3-plus/">Post-NG+3</a> (by MrRedShark77, abandoned)
<br><br>
<div class="hr"></div>
<h2 align="center">Extras</h2>
<br>
<a href="https://docs.google.com/document/d/1CHhIG5DHSPEAoG4eqhzwFhf3nYONAnZicDY9ZNxTUr4/edit#">Plans</a>
<br><br>
<a href="http://aarextiaokhiao.github.io/ng-plus-3-prestige-buttons/">NG+3 Layers</a> (+ fanmade layers)
<br><br>
<a href="https://github.com/aarextiaokhiao/illions.js/">illions.js: a library for Standard notation</a>
<br><br>
<div class="hr"></div>
<br>
Play my other games at my <a href="http://aarextiaokhiao.github.io">hub</a>!
<!-- SCRIPTS -->
<script type="text/javascript" src="javascripts/utils/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="javascripts/utils/notify.js"></script>
<script type="text/javascript" src="javascripts/about.js"></script>
</body>
</html>