-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patholdreleases.html
72 lines (67 loc) · 2.51 KB
/
oldreleases.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Call of Duty Promod</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/css/uikit.min.css" />
</head>
<body>
<div class="uk-container uk-container-center uk-margin-top uk-margin-bottom">
<nav class="uk-navbar uk-margin-bottom">
<a href="#" class="uk-navbar-brand uk-hidden-small">Call of Duty Promod</a>
<a href="#offcanvas" class="uk-navbar-toggle uk-visible-small" data-uk-offcanvas></a>
<div class="uk-navbar-brand uk-navbar-center uk-visible-small">Call of Duty Promod</div>
</nav>
<div class="uk-width-1-1">
<h1>Old releases of Promod</h1>
<small><a href="index.html">Back to main page</a></small>
<div class="uk-width-1-3 uk-container-center">
<table class="uk-table uk-table-hover uk-table-striped uk-table-condensed">
<thead>
<tr>
<th>Version</th>
<th>EU</th>
<th>NE</th>
</tr>
</thead>
<tbody>
<tr>
<td>2.20</td>
<td><a href="releases/promodlive220_eu.zip" class="uk-icon-cloud-download"></a></td>
<td><a href="releases/promodlive220_ne.zip" class="uk-icon-cloud-download"></a></td>
</tr>
<tr>
<td>2.19</td>
<td><a href="releases/promodlive219_eu.zip" class="uk-icon-cloud-download"></a></td>
<td><a href="releases/promodlive219_ne.zip" class="uk-icon-cloud-download"></a></td>
</tr>
<tr>
<td>2.18</td>
<td><a href="releases/promodlive218_eu.zip" class="uk-icon-cloud-download"></a></td>
<td><a href="releases/promodlive218_ne.zip" class="uk-icon-cloud-download"></a></td>
</tr>
<tr>
<td>2.17</td>
<td><a href="releases/promodlive217_eu.zip" class="uk-icon-cloud-download"></a></td>
<td>-</td>
</tr>
<tr>
<td>2.16</td>
<td>-</td>
<td><a href="releases/promodlive216_ne.zip" class="uk-icon-cloud-download"></a></td>
</tr>
</tbody>
</table>
<p>Not finding what you are looking for? <a href="https://github.com/promod/promod.github.io/issues/new">You may raise an issue on GitHub.</a></p>
</div>
</div>
<footer>
<small>© 2009 The Promod Team</small>
</footer>
</div>
<script src="/js/jquery-3.3.1.min.js"></script>
<script src="/js/uikit.min.js"></script>
</body>
</html>