forked from Iula79/TakeMe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.01 KB
/
index.html
File metadata and controls
30 lines (28 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Best app ever</title>
</head>
<body>
<div>
<h1>This is the website of the awesome Giulia Lake</h1>
<p class="blue">I want to be a link to the about page instead of this lousy ptag!</p>
</div>
<div>
<ul>
<li>Link the stylesheet</li>
<li>Link the about page<li>
<li>Link to jquery("https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js")</li>
<li>Link script.js</li>
</ul>
</div>
<button type="button" id="clickme" name="button">Next</button>
<div class="to_do_next">
<h2>Great! Now do this:</h2>
<p>Please add image 1 after this tag and center it</p>
<p>please add image 2 after this tag and center it</p>
<p>Now please add an image of Verona,Italy taken from the internet after this line:</p>
</div>
</body>
</html>