-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
34 lines (34 loc) · 1.38 KB
/
index.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta property="og:title" content="JS Racing">
<meta property="og:type" content="website">
<meta property="og:url" content="http://js-racing.knockknock.jp/">
<meta property="og:locale" content="ja_JP">
<meta property="og:image" content="http://js-racing.knockknock.jp/fb.jpg">
<meta property="og:site_name" content="JS Racing ver1.2">
<meta property="og:description" content="This content is an online car racing game. I'm using WebSocket and WebGL. Game it is possible to operate the car using the smartphone. Please enjoy Come on.">
<meta http-equiv="Refresh" content="2;URL=http://js-racing.knockknock.jp:3000/">
<title>JS Racing ver1.0</title>
<style type="text/css">
body {
padding: 0;
margin: 0;
background-color: #333;
}
</style>
</head>
<body>
<!-- GA -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52353637-1', 'auto');
ga('send', 'pageview');
</script>
<!-- /GA -->
</body>
</html>