-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (41 loc) · 1021 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Missing Link</title>
<link rel="stylesheet" href="style.css">
<link rel="apple-touch-icon" sizes="180x180" href="images/icon_blue.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/icon_blue.png">
<link rel="apple-touch-icon" sizes="167x167" href="images/icon_blue.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/icon_blue.png">
<link rel="icon" type="image/png" href="images/icon_blue.png">
</head>
<body>
<img src="images/titles/title9.jpg" class="missingLinkTitle" >
<table class="modeSelect">
<tr>
<td>
<a href="game_fullscreen.html">
<img src="images/titles/missing_link_black.jpg">
</a>
</td>
<td>
<a href="editor.html">
<img src="images/titles/missing_link_cyan.jpg"><br>
</a>
</td>
</tr>
<tr>
<td>
<a href="game_fullscreen.html">
Play
</a>
</td>
<td>
<a href="editor.html">
Level Editor<br>(desktop)
</a>
</td>
</tr>
</table>
</body>
</html>