-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathchangelog.html
58 lines (53 loc) · 2.98 KB
/
changelog.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> NEV Northern Light Changelog</title>
<link rel="stylesheet" type="text/css" href="changelog.css">
<base target="_blank" />
<script type='text/javascript'>
function changeText(tagID, newText, linkTagID){
var tag = document.getElementById(tagID);
tag.innerHTML = newText;
var linkTag = document.getElementById(linkTagID);
linkTag.removeAttribute("href");
linkTag.removeAttribute("onclick");
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<table align='center' width='650'><tr><td>
<table align='center' class="top">
<tr>
<td valign='top'>
<div align='center'><font size='5'><b>NEV Northern Light</b></font></div>
<p><div align='center'><font size='4'><a href="https://discord.gg/xuS4t9U/">Discord</a> | <a href="https://github.com/Eclipse-Station/NEV-Northern-Light/">Source code</a> | <a href="http://www.eclipse-station.space//wiki//index.php?title=Main_Page">Wiki</a></font></div></p>
<p><font size='2'>Code licensed under <a href="http://www.gnu.org/licenses/agpl.html">AGPLv3</a>. Content licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>.</p>
</td>
</tr>
</table>
<br><font size='3'><b> NEV Northern Light Credit List</b></font>
<table align='center' class="top">
<tr>
<td valign='top'>
<font size='2'><b>Project Head Developer:</b> DrExample <br></font>
<font size='2'><b>Project Maintainers:</b> DrExample <br></font>
<font size='2'><b>Sprites:</b>Shazbot, Infrared Baron, Keekenox<br></font>
<font size='2'><b>Main Testers:</b> Anyone who has submitted a bug to the issue tracker<br></font>
<font size='2'><b>Thanks to:</b> CEV Eris, the best ss13 project there is, /tg/ station, /vg/station, GoonStation, Baystation 12 devs, the original SpaceStation developers.<br> Also a thanks to anybody who has contributed who is not listed here. Ask to be added here on Discord.</font>
<font size='2' color='red'><b><br>Have a bug to report?</b> Visit our <a href="https://github.com/Eclipse-Station/NEV-Northern-Light/issues">Issue Tracker</a>.<br></font>
</td>
</tr>
</table>
<br>
<b>NEV Northern Light Development Team</b>
<div class = "top">
<b>Coders:</b> DrExample <br>
<b>Spriters:</b>Shazbot, Infrared Baron, Keekenox<br>
</div>
<br>
<p class="lic"><a name="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons License</a><br><i>Except where otherwise noted, NEV Northern Light is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 License</a>.<br></i></p>
<p class="lic"><i>Some icons by <a href="http://p.yusukekamiyamane.com/">Yusuke Kamiyamane</a>. All rights reserved. Licensed under a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>.</i></p>
</td></tr></table>
</body>
</html>