forked from gm9/ingress-glyph-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-glyph-exercises-level1.html
More file actions
34 lines (33 loc) · 1.76 KB
/
example-glyph-exercises-level1.html
File metadata and controls
34 lines (33 loc) · 1.76 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
<!DOCTYPE html>
<html lang="ja" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<!--meta name="viewport" content="width=302" /-->
<meta name="viewport" id="viewport" content="width=302 initial-scale=1 maximum-scale=1 user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" href="icon.png" />
<link rel="apple-touch-icon" href="icon.png" />
<link rel="apple-touch-icon" sizes="76x76" href="icon_76.png" />
<link rel="apple-touch-icon" sizes="120x120" href="icon_120.png" />
<link rel="apple-touch-icon" sizes="152x152" href="icon_152.png" />
<!--link rel="apple-touch-startup-image" href="icon_320x480.png" /--> <!-- 320 x 480 -->
<!-- open links in webapp -->
<script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script>
<link rel="stylesheet" href="black.css" />
<script type="text/javascript" src="glyph-tools.js" charset="utf-8"></script>
<script type="text/javascript" src="glyph-dic.js" charset="utf-8"></script>
<script type="text/javascript" src="glyph-exercises.js" charset="utf-8"></script>
<title>Exercise Level1 - Ingress Glyph Tools</title>
</head>
<body>
<script>
gm9.IngressGlyphTools.exercises();
</script>
<div>
<a href="index.html">Ingress Glyph Tools</a>
</div>
</body>
</html>