-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathedit.php
More file actions
28 lines (24 loc) · 1 KB
/
edit.php
File metadata and controls
28 lines (24 loc) · 1 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="edit/editArtist.php">Edit Artists</a>     </td>
<td><a href="edit/editAlbum.php">Edit Albums</a>     </td>
<td><a href="edit/editRecordLabel.php">Edit Record Labels</a>     </td>
<td><a href="edit/editSong.php">Edit Songs</a>     </td>
</tr>
</table>
</div>
<br><br><br>
<h1> Got something to change? </h1>
<p> Go ahead and select what you'd like to edit, and enter the necessary information </p>
</div>
</body>
</html>