-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.mobile.html
57 lines (40 loc) · 1.48 KB
/
index.mobile.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
<!doctype html>
<html>
<head>
<title>Doge Warrior!</title>
<link rel="stylesheet" href="dogewarrior.css?">
<link rel="icon" type="image/png" href="images/icon_32.png"></link>
<script src="dogewarrior.js?"></script>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="initial-scale=0.6, user-scalable=0" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="keywords" content="sales qoo10 singapore US free food cake dogfood" />
</head>
<body onload='main("01");'>
<div id="main">
<canvas id="cv" width="0px" height="0px"></canvas>
</div>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=10201964;
var sc_invisible=1;
var sc_security="863dd88a";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript>
<div class="statcounter"><a title="web stats"
href="http://statcounter.com/free-web-stats/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/10201964/0/863dd88a/1/"
alt="web stats"></a>
</div>
</noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>