-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (21 loc) · 712 Bytes
/
index.html
File metadata and controls
47 lines (21 loc) · 712 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
<!-- Linking the css and javascript files -->
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script type="text/javascript" src="scripts.js"></script>
</head>
<!--Forward/Backward Arrows-->
<!--<a href="images/image1.png">-->
<img class="arrow" id="arrowRight" alt="finishedpages/p2.html"/>
<!--</a>-->
<!--Put everything inside the body-->
<body id="body">
<footer>
<p class="templateStuff">
<br><br><br>
<b>Before we begin:</b>
<br><br>
We recommend you turn on full screen. The website will work without it, but it was designed for full screen. <br><br>
</p>
</footer>
</body>