-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 789 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 789 Bytes
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
<!doctype html>
<html lang="hu">
<head>
<link rel="stylesheet" href="style.css">
<title>Quotes about life wisdom</title>
</head>
<header class="container">
<nav class="menu">
<ul>
<li id="quotes">Quotes</li>
<li id="contact">Contact</li>
</ul>
<h1 class="logo">logo</h1>
<ul class="social">
<li>FB</li>
<li>INSTA</li>
</nav>
</header>
<body>
<main>
<h1 class="mainh1">Quotes about life wisdom</h1>
<h2 class="mainh2">Read it carefully!</h2>
<ul>
<li>Don't expect too much from life</li>
<li>The road to hell is paved with good intentions</li>
<li>Hope is first step on the road to disappointment</li>
</ul>
</main>
<aside>
</aside>
</body>
</html>