-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 996 Bytes
/
index.html
File metadata and controls
35 lines (31 loc) · 996 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
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="John Doe">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div id="navbar">
<a href="javascript:void(0)">CONTACT</a>
<a href="javascript:void(0)">DEMO</a>
<a href="javascript:void(0)">WORK</a>
<a href="javascript:void(0)">ABOUT</a>
<a class="active" href="javascript:void(0)">HOME</a>
</div>
<div class="content">
<div class='logo'> <img src='assets/logo.png' style='width: 100%; height: 100%;'> </div>
<div class='socials'></div>
<br><br>
<div class='hero-img'> <img src='assets/ad.png' style='width: 100%; height: 100%;'> </div>
<br><br>
<div class='left-side'></div>
<div class='middle-side'></div>
<div class='right-side'></div>
<br>
</div>
</body>
</html>