-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
executable file
·28 lines (25 loc) · 1.07 KB
/
index.php
File metadata and controls
executable file
·28 lines (25 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="static/styles.css">
</head>
<body>
<div align="center">
<div class="header"><a href="index.php"><img class="musehub" src="musehub.png" /></a></div>
<div class="nav">
<table>
<tr>
<td><a href="insert.php">Insert </a>     </td>
<td><a href="search.php">Search </a>     </td>
<td><a href="edit.php">Edit Information</a>     </td>
<td><a href="display.php">Display</a>     </td>
</tr>
</table>
</div>
<br><br><br>
<h1> Welcome to museHub! </h1>
<p> museHub is a music library tool for learning more information about music </p>
<p> You can either view the currently stored information, or contribute your own knowledge </p>
</div>
</body>
</html>