-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 906 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Julia Jumble</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Welcome to Julia Jumble!</h1>
<div>
<section id='0'>
</section>
<section id='1'>
</section>
<section id='2'>
</section>
<section id='3'>
</section>
<section id='4'>
</section>
<section id='5'>
</section>
<section id='6'>
</section>
<section id='7'>
</section>
<section id='8'>
</section>
<section id='9'>
</section>
<section id='10'>
</section>
<section id='11'>
</section>
</div>
<a><img onclick='Match.restart()' src="img/restart.png"/></a>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>