-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (22 loc) · 847 Bytes
/
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
<html>
<head>
<title>
Stinging Nettle
<link rel="stylesheet" href="style.css">
</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>
Rules for life:
</h1>
<ul>
<li>Rule 1:<a href="https://gfycat.com/contentimpishbronco">Yeast</a></li>
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d9/S_cerevisiae_under_DIC_microscopy.jpg">
<li>Rule 2:<a href="https://gfycat.com/zanygleefuljabiru">Love</a></li>
<img src="https://upload.wikimedia.org/wikipedia/commons/4/49/Columpio_Veracruz_059.jpg">
<li>Rule3:<a href="https://gfycat.com/brilliantmildbullmastiff">Fresh Air</a></li>
<img src="https://upload.wikimedia.org/wikipedia/commons/b/be/Top_of_Atmosphere.jpg">
</ul>
</body>
</html>