forked from IvarK/IvarK.github.io
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathabout.html
More file actions
34 lines (34 loc) · 1.46 KB
/
about.html
File metadata and controls
34 lines (34 loc) · 1.46 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/png" href="icon.png">
<title>About</title>
<link rel="stylesheet" type="text/css" href="stylesheets/about.css">
<script type="text/javascript" src="javascripts/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="javascripts/notify.js"></script>
</head>
<body style='text-align:center'>
<div id="bg"></div>
<h1 align="center">Antimatter Dimensions</h1>
<div id="aarMod">NG+3 Respecced</div>
<br><br><br>
<a href="index.html" style="font-size: 24px; background: rgba(255, 255, 255, 0.5); padding: 6px">Play here!</a>
<br><br>
<div class="hr"></div>
<h2 align="center">NG+3 Respecced</h2>
<b>Created by Aarex Tiaokhiao</b>
<br><br>
NG+3 Respecced was an attempt on rewritting NG+3 with originality. It has been retaken with <a href="https://mrredshark77.github.io/NG-plus-3CR/">MrRedShark77's NG+3 Classic Reloaded</a>.
<br>
To play, click "Load" in the options tab, click "Mods" on the load menu, click "NG++" button until you see "NG+++", and then click "New save!"
<br>
(recommended for people who experienced my mod site before)
<br><br>
You can visit this wiki about this mod at <a href="http://ng-plus-plus-plus.fandom.com">http://ng-plus-plus-plus.fandom.com</a>.
<br><br>
<div class="hr"></div>
<br>
Play my other games at my <a href="http://aarextiaokhiao.github.io">hub</a>!
</body>
</html>