forked from telegraphacademy/part1-self-assessment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (15 loc) · 702 Bytes
/
index.html
File metadata and controls
17 lines (15 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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 browser.</h2>
</div>
</body>
<script type="text/javascript" src="assessment.js"></script>
</html>