-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.18 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.18 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
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Aldo.MX</title>
<link href="css/screen.css" media="all" rel="stylesheet" type="text/css" />
<link rel="alternate" href="/index_en.html" hreflang="en" />
<link rel="alternate" href="/index.html" hreflang="es" />
<link rel="alternate" href="/index.html" hreflang="x-default" />
</head>
<body>
<div id="sm-micro">
<canvas id="sm-canvas" width='640' height='480'></canvas>
<div class="autosync" id="autosync">
AutoSync<br />
<small>Step Offset, F6 to disable</small>
</div>
<div class="autoplay" id="autoplay">
AutoPlay<br />
<small>F8 to disable</small>
</div>
<div id="stats">Combo: 0 / Score: 0 / 0.0% (D)</div>
<div id="offset-container">Offset: <span id="offset">Step: 0.000, Extra: 0.000</span></div>
<div id="FPS-block">FPS: <span id="FPS">0</span></div>
<div id="youtube_container">Loading...</div>
</div>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" type="text/javascript"></script>
<script src="js/init.js" type="text/javascript"></script>
</body>
</html>