-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (40 loc) · 1.66 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
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="ja" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable = no" />
<title>みくみく☆タップ</title>
<link rel="stylesheet" href="./css/common.css" type="text/css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="enchant.js"></script>
<script type="text/javascript" src="nineleap.enchant.js"></script>
<script type="text/javascript" src="enchant.prototype.js"></script>
<script type="text/javascript" src="jquery.easing.1.3.js"></script>
<script type="text/javascript" src="jquery.keyframe-0.2.2.js"></script>
<script type="text/javascript" src="game.js"></script>
<script>
addEventListener("DOMContentLoaded", function() { setTimeout(hideURLbar, 100); document.body.onclick =hideURLbar;}, false) ;
function hideURLbar() {
if (window.pageYOffset === 0)
window.scrollTo(0,1);
}
</script>
</head>
<body bgcolor="#000000">
<div id="enchant-stage" onclick="hideURLbar()">
</div>
<noscript>
<!-- 検索エンジン/js無効の人向けテキスト -->
<br />
<br />
※このアプリはjavascriptを有効にしてご利用ください<br />
</noscript>
</body>
</html>