Skip to content
Snippets Groups Projects
Commit d611dda6 authored by Angela Pham's avatar Angela Pham
Browse files

Week 4 lab added.Implementing SPOE navigation

parent 29bb664c
Branches
No related merge requests found
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Record Store</title>
</head>
<body>
\ No newline at end of file
<nav>
<ul>
<table style="width:100%">
<tr>
<td><a href="?page=home" title="home">Home</a></td>
<td><a href="?page=record" title="records">Records</a></td>
<td><a href="?page=artist" title="artists">Artists</a></td>
</tr>
</ul>
</nav>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment