forked from dragonworm/dragonworm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtour.html
More file actions
22 lines (22 loc) · 729 Bytes
/
tour.html
File metadata and controls
22 lines (22 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tour</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 class="main-content">
<h1>Tour Dates</h1>
<p>Catch us live at a city near you!</p>
</div>
</body>
</html>