mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-14 11:24:09 +00:00
42 lines
1.5 KiB
HTML
42 lines
1.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>CHOMPStation13 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='3'><b>CHOMPStation 13</b></font></div>
|
|
|
|
<p><div align='center'><font size='3'><a href="https://wiki.chompstation13.net/index.php?title=Main_Page">Wiki</a> | <a href="https://github.com/CHOMPStation2/CHOMPStation2">Source code</a></font></div></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>.<br><br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!--
|
|
|
|
TO ADD AN ENTRY, ADD AND MAINTAIN YOUR OWN changelog/USERNAME.yml FILE.
|
|
|
|
*** DO NOT MODIFY THIS FILE OR YOU WILL CAUSE MERGE CONFLICTS. ***
|
|
|
|
-->
|
|
<div class="commit sansserif">
|