forked from FAForever/patchnotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.4 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>FAF Patchnotes</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="patchnotes.css">
</head>
<body link="#87CEFA" vlink="#DC143C">
<table id="container"><tr>
<td id="main">
<div id="intro">
<h1>FAF Patchnotes</h1>
<p>This is a list of past balance patchnotes</p>
<ul>
<li><a href="3714.html">3714</a> - released May 3 2020</li>
<li><a href="3709.html">3709</a> - released December 16 2019</li>
<li><a href="3704.html">3704</a> - released June 18 2019</li>
<li><a href="3696.html">3696</a> - released May 26 2018</li>
<li><a href="3688.html">3688</a> - released September 24, 2017</li>
<li><a href="3684.html">3684</a> - released May 27, 2017</li>
<li><a href="3676.html">3676</a> - released March 4, 2017</li>
<li><a href="3674.html">3674</a> - released February 6, 2017</li>
<li><a href="3662.html">3662</a> - released November 9, 2016</li>
<li><a href="3655.html">3655</a> - released August 29, 2016</li>
<li><a href="3650.html">3650</a> - released August 19, 2015</li>
</ul>
<br>Older patchnotes and non-balance patches can be found on the <a href="http://wiki.faforever.com/index.php?title=Main_Page#Patch_Change_Logs">FAF wiki</a>.
</div>
</td>
</tr></table>
</body>
</html>