-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (38 loc) · 1.84 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
<html>
<head>
<title>The Thoughts</title>
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="icon.css">
<link rel="stylesheet" href="whatsapp.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<nav>
<h1>The Thoughts</h1>
<ul id="nav">
<li><a class="m" href="index.html">HOME</a></li>
<li><a class="m" href="thoughts.html">THOUGHTS</a></li>
<li><a class="m" href="about.html">ABOUT ME</a></li>
<li><a class="m" href="contact.html">CONTACT</a></li>
</ul>
</nav>
<icon>
<ul>
<li><a href="https://www.instagram.com/yousernameinvalid/"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCkRJuHkhuPm_fPYOSv9vzAQ"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
<li><a href="https://plus.google.com/u/0/111773006538056125136"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a href="https://in.pinterest.com/anshikagautam130/"><i class="fa fa-pinterest" aria-hidden="true"></i></a></li>
</ul>
</icon>
</header>
<div class="border"></div>
<div class="pic">
<h1 class="title">WELCOME TO THE WORLD OF WORDS.</h1>
<a class="bt" href="thoughts.html">START READING</a>
</div>
</body>
</html>