-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgetbored.aspx
More file actions
38 lines (31 loc) · 1.24 KB
/
Copy pathgetbored.aspx
File metadata and controls
38 lines (31 loc) · 1.24 KB
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
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="getbored.aspx.cs" Inherits="getbored" %>
<!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>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta http-equiv="Content-Type" content="text/html; charset = UTF-8" />
<title>Ball Pool</title>
<style>
body {
overflow: hidden;
background-color: #000000;
}
</style>
</head>
<body>
<div id="canvas"></div>
<script src="bored/protoclass.js"></script>
<script src='bored/box2d.js'></script>
<script src='bored/Main.js'></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-86951-7");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>