-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1.13 KB
/
index.html
File metadata and controls
31 lines (28 loc) · 1.13 KB
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Telegraph Prep Week 2</title>
<meta name="description" content="JavaScript Fundamentals: Objects, Arrays and Functions">
</head>
<body>
<div class="test">
<img class="test" src="https://lh3.googleusercontent.com/proxy/0h8c3IWfGOoHxfp6MVPD679o2b7RLJPa25cm2MxRr9IcimKO2fa9CZ8jZ7AVqJT0DX-mtyVdFCig-ZsPRIhHvM5yxIBV7uyv5Nlun6pKSUeoJ35Zn5qYwC9h-A=s426"/>
<h2> This Page is intentionally left blank. Please open the javascript console in your developer tools</h2>
</div>
<div>
<div>
<h4>This is a different div</h4>
<p id="recurse" >Hopefully this works the way that I intend</p>
</div>
</div>
<div>
<div>
<h4>Testing this out</h4>
<p id="reallydeep" >Testing to see how deep we can go</p>
</div>
</div>
</body>
<script type="text/javascript" src="lib/underscore.js"></script>
<script type="text/javascript" src="TGAPrepCodeTest.js"></script>
</html>