-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 749 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (23 loc) · 749 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Hello!</title>
</head>
<body>
<!-- <div class="opening">Hello World!</div> -->
<div class="header">
<div class="name"><a href=".">Kraken</a></div>
<div class="menu">
<div class="Home"><a href=".">Home</a></div>
<div class="contact"><a href=".">Contact</a></div>
<div class="about"><a href=".">About</a></div>
</div>
</div>
<div class="content">
Hello World!
</div>
</body>
</html>