-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 1.34 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
<!doctype html>
<html lang="en">
<head>
<title>Home</title>
<link rel="stylesheet" href="style.css">
</head>
<boby>
<header>
<nav>
<ul>
<li><img src="logo (3).png" width="50px" height="px" /></li>
<li>Home</li>
<li>Blog</li>
<li>Sign Up</li>
<li>Login</li>
</ul>
</nav>
</header>
<main>
<blockquote>
I always need is a freedom,
So I don't need to be under somebody.
</blockquote>
<div class="about">
<h3>About me:</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipis.Lorem ipsum dolor sit amet, consectetur adip</p>
</div>
<section>
<h3>Post -1</h3>
<p>This the post is about how you can use Lorem ipsum.</p>
</section>
<section>
<h3>Post -2 </h3>
<p>Lorem ipsum dolor sit amet, consectetur adip</p>
</section>
<section>
<h3>Post - 3</h3>
<p>Lorem ipsum Lorem ipsum Lorem ipsum
</p>
</section>
</main>
<footer>
<p>Copyright © <a href="http://creativecomm.com">creativecomm</a></p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>