-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (34 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Landing Page</title>
</head>
<body>
<div class="container">
<header class="navbar">
<div id="P">
<a href="#">Prexsplay</a>
</div>
<div class="H">
<a href="#">Home</a>
</div>
<div class="B">
<a href="#">Blog</a>
</div>
<div class="L">
<a href="#">Listen</a>
</div>
</header>
<div class="s1">
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Nulla at ratione praesentium sapiente, laboriosam quod commodi consectetur illum odit. Dolor possimus, omnis sapiente eos qui placeat explicabo tempora aliquam magni.</p>
</div>
<div class="s2">Section 2</div>
<div class="s3">Section 3</div>
<div class="f">Footer</div>
</div>
</body>
</html>