forked from dragonworm/dragonworm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
23 lines (23 loc) · 750 Bytes
/
about.html
File metadata and controls
23 lines (23 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" href="styles2.css">
</head>
<body>
<div class="nav-container">
<div class="nav-menu">
<a href="https://inyato.com" class="nav-item">Home</a>
<a href="https://inyato.com/music" class="nav-item">Music</a>
<a href="https://inyato.com/tour" class="nav-item">Tour</a>
<a href="https://inyato.com/contact" class="nav-item">Contact</a>
</div>
</div>
<div class="main-content">
<h1>About Us</h1>
<p>Welcome to the about page of the band!</p>
</div>
</body>
</html>