-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
43 lines (43 loc) · 1.91 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
35
36
37
38
39
40
41
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>EQEmu - Releases</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script src="scripts/jquery.js"></script>
</head>
<body>
<div class="container">
<div id="main_content" class="main">
<table class="styled_table" cellpadding="0" cellspacing="0">
<tr>
<th class="file_entry">File</th>
<th class="desc_entry">Description</th>
</tr>
<tr>
<td><a href="downloads/WindowsDependencies_x86.zip">WindowsDependencies_x86.zip</a></td>
<td>Windows dependencies for 32 bit systems.</td>
</tr>
<tr>
<td><a href="downloads/WindowsDependencies_x64.zip">WindowsDependencies_x64.zip</a></td>
<td>Windows dependencies for 64 bit systems.</td>
</tr>
<tr>
<td><a href="downloads/ActivePerl-5.12.3.1204-MSWin32-x86-294330.msi">ActivePerl-5.12.3.1204-MSWin32-x86-294330.msi</a></td>
<td>Windows Perl 5.12.3 for 32 bit systems.</td>
</tr>
<tr>
<td><a href="downloads/ActivePerl-5.16.3.1604-MSWin32-x86-298023.msi">ActivePerl-5.16.3.1604-MSWin32-x86-298023.msi</a></td>
<td>Windows Perl 5.16.3 for 32 bit systems.</td>
</tr>
<tr>
<td><a href="downloads/ActivePerl-5.16.3.1604-MSWin32-x64-298023.msi">ActivePerl-5.16.3.1604-MSWin32-x64-298023.msi</a></td>
<td>Windows Perl 5.16.3 for 64 bit systems.</td>
</tr>
</table>
</div>
</div>
<div class="footer">
© 2013 EQEmu.
</div>
</body>
</html>