-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathservers.html
51 lines (41 loc) · 1.8 KB
/
servers.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="/tle.css">
<link rel="icon" href="//s3.amazonaws.com/www.lacunaexpanse.com/favicon.png" type="image/png">
<link rel="SHORTCUT ICON" href="//s3.amazonaws.com/www.lacunaexpanse.com/favicon.ico">
<meta property="og:title" content="The Lacuna Expanse">
<meta property="og:type" content="game">
<meta property="og:url" content="http://www.lacunaexpanse.com/">
<meta property="og:image" content="http://s3.amazonaws.com/www.lacunaexpanse.com/logo.png">
<meta property="fb:admins" content="1647395831">
<title>The Lacuna Expanse - Massively Multiplayer Online Space Strategy Game</title>
<style type="text/css">
.server_listing { width: 350px; float: left; border: 1px dotted black; padding: 5px; margin: 5px; }
.server_name { font-size: 40px; font-family: promethean; }
.server_details { font-size: 15px; }
.server_details b { color: black; }
.server_description { font-size: 20px; margin-bottom: 5px; }
</style>
</head>
<body>
<div id="sitebodytop">Choose A Server</div>
<div id="sitebody"><div id="sitebodycontent">
<div id="server_list"></div>
<div style="clear: both;"></div>
</div></div>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="/servers.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15146236-7']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>