-
Notifications
You must be signed in to change notification settings - Fork 0
/
cuelgame.html
38 lines (28 loc) · 1.04 KB
/
cuelgame.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='cuelgame.css' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Cuélgame</title>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" src="cuelgame.js"></script>
<base target="_blank">
</head>
<body bgcolor="#FFF">
<table class="body-wrap">
<tr>
<div id="logo">
<a href="http://cuelgame.net/"><img src="http://3.bp.blogspot.com/-aC17chf9fAk/VA4SBCWa7LI/AAAAAAAAB_M/_Vsp_Q-6y3c/s320/cuelgame.png" /></a>
</div>
<td class="container">
<div class="content">
<br/>
<div id="feed"></div>
</div>
</td>
</tr>
</table>
</body>
</html>