-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 1.09 KB
/
index.html
File metadata and controls
43 lines (38 loc) · 1.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<div class="titlewrapper">
<h1 class="title">
MY WEBSITE.
</h1>
</div>
<div class="menu">
<div class="menu-items">
<a href="#">Home</a>
</div>
<div class="menu-items">
<a href="#">About Us</a>
</div>
<div class="menu-items">
<a href="#">Services</a>
</div>
<div class="menu-items">
<a href="#">Portfolio</a>
</div>
<div class="menu-items">
<a href="#">Contact Us</a>
</div>
</div>
<div class="image">
<img src="https://images.pexels.com/photos/30326090/pexels-photo-30326090/free-photo-of-picturesque-alpine-valley-at-sunset-in-bavaria.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" alt="">
</div>
</main>
</body>
</html>