-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (36 loc) · 1.77 KB
/
index.html
File metadata and controls
44 lines (36 loc) · 1.77 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
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>90s website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div><a href="http://127.0.0.1:5500/lectures/week03/1-Monday/homework/sample.html">Home</a></div>
<div><a href="http://127.0.0.1:5500/lectures/week03/1-Monday/homework/index2.html">Peepee</a></div>
<div><a href="http://127.0.0.1:5500/lectures/week03/1-Monday/homework/index3.html">Poopoo</a></div>
<h1>This is a webpage, in which you will visit</h1>
<p>This is indeed a webpage, as stated before.</p>
<h2>Here is more information about this webpage</h2>
<p>Wow, that is so cool.</p>
<h2>Here is even more info about this page</h2>
<p>Ok, cool dude</p>
<h2>And yet, even more info</h2>
<p>ALRIGHT man we get the point</p>
<p>I am now going to list things I like</p>
<ol>
<li>Dogs</li>
<li>Beer</li>
<li>Drums</li>
<li>Music</li>
<ul>
<li>This is just to prove I know how to nest lists inside of each other, ok?</li>
</ul>
</ol>
<p>If I pretend my voice is really high, I can type like this <sup>weeeeeeeeeeeeee</sup></p>
<p>Check out this <a href="https://imagesvc.meredithcorp.io/v3/mm/image?url=https%3A%2F%2Fstatic.onecms.io%2Fwp-content%2Fuploads%2Fsites%2F47%2F2021%2F12%2F16%2Fgreyhound-running-airborne-191190255-2000.jpg">dog</a>
<p></p><img src="https://imagesvc.meredithcorp.io/v3/mm/image?url=https%3A%2F%2Fstatic.onecms.io%2Fwp-content%2Fuploads%2Fsites%2F47%2F2021%2F12%2F16%2Fgreyhound-running-airborne-191190255-2000.jpg" width="700" height="500">
</body>
</html>