-
Notifications
You must be signed in to change notification settings - Fork 0
/
finder.html
27 lines (25 loc) · 957 Bytes
/
finder.html
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
<!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>Document</title>
</head>
<body>
<header>
<h1 id="main">DarbyTV</h1>
</header>
<center>
<br>
<nav>
<p class="pspecial">The Picker</p>
<a href="index.html"><button class="img-btn"><img src="bootcamp.png" alt="bootcamp-image"> home</button></a>
<a href="helper.html"><button class="img-btn"><img src="helper.png" alt="helper-image"> helper</button></a>
<a href="finder.html"><button class="img-btn"><img src="finder.png" alt="finder-image"> finder</button></a>
<a href="darwin.html"><button class="img-btn"><img src="darwin.png" alt="darwin-image"> darwin</button></a>
</nav>
<div id="content"></div>
<script src="ENTER YOUR SCRIPT HERE"></script>
</body>
</html>