-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex2.html
59 lines (52 loc) · 2.67 KB
/
index2.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
<!DOCTYPE HTML>
<html>
<head>
<title>ACEmulator Resources</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<meta charset="utf-8" />
<meta name="keywords" content="acemulator, asheron's call emulator, asherons call emulator, acemu, ac emulator, asheron's call private server, ac player ran server, ac player run server">
<meta name="description" content="ACEmulator is an open source server emulator for the MMORPG Asheron's Call. ACEmulator allows anyone to run their own private or public server. Our goal is to recreate Asheron's Call as close as possible to how it was right before the official servers were shut down.">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<link rel="stylesheet" href="assets/css/additions.css" />
<script defer src="assets/js/fontawesome-all.min.js"></script>
</head>
<body>
<nav id="nav">
<ul class="container">
<li><a href="index.html"><img src="images/acemu-logo.png" alt="ACEmulator" /></a></li>
</ul>
</nav>
<div id="content">
<div class="wrapper style2">
<article id="work">
<header>
<h2>ACEmulator Resources</h2>
</header>
<div class="container">
<h3><a href="protocol/index.html" target="_blank">Protocol Documentation</a></h3>
<h3><a href="https://docs.google.com/spreadsheets/d/1zubQEJaFsaMMNgyHF0DaPv0-VK80-uxK4Peuz3kUdGM/edit#gid=891433852" target="_blank">Weenie Properties (Google docs)</a></h3>
</div>
</article>
</div>
</div>
<div class="wrapper style4">
<div class="container">
<footer>
<p style="font-size:14px">Asheron's Call was a registered trademark of Turbine, Inc. and WB Games Inc.<br/>ACEmulator is not associated or affiliated in any way with Turbine, Inc. or WB Games Inc.</p>
</footer>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>