-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.tpl.html
94 lines (94 loc) · 3.8 KB
/
index.tpl.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:svg="http://www.w3.org/2000/svg">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<meta name="mobile-web-app-capable" content="yes"/>
<title>Cyborg Rally</title>
</head>
<body>
<div style="display: none">
<svg:svg>
<svg:defs>
<svg:g id="1"><svg:text x="50" y="80" font-size="80" text-anchor="middle">1</svg:text></svg:g>
<svg:g id="2"><svg:text x="50" y="80" font-size="80" text-anchor="middle">2</svg:text></svg:g>
<svg:g id="3"><svg:text x="50" y="80" font-size="80" text-anchor="middle">3</svg:text></svg:g>
<svg:g id="b" stroke-width="12" fill="none">
<svg:path d="M 50 25 V 75"/>
<svg:path d="M 50 75 L 45 70 L 55 70 Z"/>
</svg:g>
<svg:g id="l" stroke-width="8" fill="none">
<svg:path d="M 65 85 V 60 Q 65 35 50 35 H 25"/>
<svg:path d="M 25 35 L 30 30 L 30 40 Z"/>
</svg:g>
<svg:g id="r" stroke-width="8" fill="none">
<svg:path d="M 35 85 V 60 Q 35 35 50 35 H 75"/>
<svg:path d="M 75 35 L 70 30 L 70 40 Z"/>
</svg:g>
<svg:g id="u" stroke-width="8" fill="none">
<svg:path d="M 30 75 V 50 A 20 20 0 0 1 70 50 V 75"/>
<svg:path d="M 70 75 L 65 70 L 75 70 Z"/>
</svg:g>
<svg:g id="null" font-size="30" text-anchor="middle">
<svg:text x="25" y="45">N</svg:text>
<svg:text x="50" y="65">U</svg:text>
<svg:text x="75" y="85">L</svg:text>
</svg:g>
<svg:g id="1r" stroke-width="12" fill="none">
<svg:path d="M 25 50 H 75"/>
<svg:path d="M 75 50 L 70 45 L 70 55 Z"/>
</svg:g>
<svg:g id="1l" stroke-width="12" fill="none">
<svg:path d="M 25 50 H 75"/>
<svg:path d="M 25 50 L 30 45 L 30 55 Z"/>
</svg:g>
<svg:g id="2r">
<svg:text x="50" y="75" font-size="45" text-anchor="middle">1</svg:text>
<svg:g stroke-width="8" fill="none">
<svg:path d="M 25 85 V 45 Q 25 25 45 25 H 75"/>
<svg:path d="M 75 25 L 70 20 L 70 30 Z"/>
</svg:g>
</svg:g>
<svg:g id="2l">
<svg:text x="50" y="75" font-size="45" text-anchor="middle">1</svg:text>
<svg:g stroke-width="8" fill="none">
<svg:path d="M 75 85 V 45 Q 75 25 55 25 H 25"/>
<svg:path d="M 25 25 L 30 20 L 30 30 Z"/>
</svg:g>
</svg:g>
<svg:g id="3r">
<svg:text x="50" y="75" font-size="45" text-anchor="middle">2</svg:text>
<svg:g stroke-width="8" fill="none">
<svg:path d="M 25 85 V 45 Q 25 25 45 25 H 75"/>
<svg:path d="M 75 25 L 70 20 L 70 30 Z"/>
</svg:g>
</svg:g>
<svg:g id="3l">
<svg:text x="50" y="75" font-size="45" text-anchor="middle">2</svg:text>
<svg:g stroke-width="8" fill="none">
<svg:path d="M 75 85 V 45 Q 75 25 55 25 H 25"/>
<svg:path d="M 25 25 L 30 20 L 30 30 Z"/>
</svg:g>
</svg:g>
<svg:g id="3u">
<svg:text x="50" y="68" font-size="45" text-anchor="middle">1</svg:text>
<svg:g stroke-width="8" fill="none">
<svg:path d="M 25 75 V 45 A 20 20 0 0 1 75 45 V 75"/>
<svg:path d="M 75 80 L 70 75 L 80 75 Z"/>
</svg:g>
</svg:g>
<svg:g id="sight" fill="none" stroke-width="4">
<svg:circle cx="50" cy="50" r="44"/>
<svg:path d="M 50 40 V 6"/>
<svg:path d="M 40 50 H 6"/>
<svg:path d="M 60 50 H 94"/>
<svg:path d="M 50 60 V 94"/>
</svg:g>
</svg:defs>
</svg:svg>
</div>
<div id="root">Loading...</div>
</body>
</html>