-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (58 loc) · 1.89 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
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Smiley Blog</title>
</head>
<body>
<h1>WELCOME TO SMILEY BLOG</h1>
<br>
<h2><strong>My shopping list</strong></h2>
<br>
<ul>
<li>Apples x 5</li>
<li>Mayonnaise x 1</li>
<li>irish potatoes x 1kg</li>
<li>Eggs x 30</li>
<li>Onions x 10</li>
</ul>
<h2><strong>My to list</strong></h2>
<ol>
<li>Wash clothes</li>
<li>Go to the library</li>
<li>Do my homeworks</li>
<li>Work on my design project</li>
</ol>
<h2><em>Place I will visit someday</em></h2>
<ul>
<li>Greek to see <em>the temples of greek gods</em></li>
<li>Brazil to see the <em>Big Jesus statue</em></li>
<li>France to see <em>The Eiffel Tower</em></li>
<li>Japan, the land of <strong>Manga</strong></li>
</ul>
<br>
<h2><strong>my Favorite Movies</strong></h2>
<ol>
<li>Fast and Furious saga</li>
<li>Bubble (Animated movie)</li>
<li>Nimona</li>
<li>Mission Impossible Sequel</li>
<li>MCU sequel</li>
</ol>
<br>
<h4><em>Note</em></h4>
<p>The following movies are not in any order. I simply wrote what came to mind by the time I was writing this.</p>
<p>Hope you like it.</p>
<h3><i>Important links</i></h3>
<a href="#">Home</a>
<a href="#">About Us</a>
<a href="#">Contacts</a>
<br>
<br>
<h3><i>Some Helpful resources</i></h3>
<a href="#" rel="no openner no referrer" target="_blank">https://www.youtube.com/watch?v=6vwNcNOTVzY</a><br>
<a href="#" rel="no openner no referrer" target="_blank">https://www.youtube.com/watch?v=fvJ-1rRFjxM</a><br>
<a href="#" rel="no openner no referrer" target="_blank">https://www.youtube.com/watch?v=dQw4w9WgXcQ</a>
</body>
</html>