-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
48 lines (39 loc) · 746 Bytes
/
test.html
File metadata and controls
48 lines (39 loc) · 746 Bytes
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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>motion experiment</title>
<link rel="stylesheet" href="motion/css/test.css">
</head>
<body>
<div class="plane">
<div class="ball"></div>
<div>
<h1>Emily's Coding Excercises</h1>
<table>
<head>
REACT PROJECTS
</head>
<body>
<tr>
<td><a href="/gol">The Game of Life</a></td>
<td>
<a href="/gol">
</a>
</td>
</tr>
<tr>
<td>
<a href='/dungeon'>Dungeon Crawl Game</a>
</td>
<td>
<a href='/dungeon'><img src="dungeon.png"></a>
</td>
</tr>
</body>
</table>
</div>
</div>
<script src="motion/js/test.js"></script>
</body>
</html>