-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (42 loc) · 1.07 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The N9NE Lives Catalog</title>
<meta charset="utf-8">
<meta name="theme-color" content="#66f">
<meta name="viewport" content="width=device-width; initial scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<img src="greenrobot.png" id="greenrobot">
<h1>N9NE LIVES CATALOG</h1>
<h2>VOLUME IX: HERE, KITTY KITTY</h2>
<div class="column1">
<div class="item">
<h3>
results are in for best tv shows in history: dogs smell a kitty conspiracy
</h3>
<ol>
<li>falling behind the kardashians</li>
<li>family girl</li>
<li>bob dyrdek's horror factory</li>
<li>boy meets outerspace</li>
<li>tom and terry</li>
</ol>
</div>
<div class="item">
<div class="sticker" id="cats">dogs and <del>cats</del> ice cream rule!
</div>
</div>
</div>
<div class="column2">
<div class="item">
<h3>meet minnie mouse, the cat who was born a dog</h3>
<img class="photo" src="kitten.jpg">
</div>
<div class="item">
<a href="page2.html" class="link">go on an adventure</a>
</div>
</div>
</body>
</html>