Fixed nav error where projects was only displayed on index.

This commit is contained in:
Jane 2019-12-27 17:27:50 -06:00
parent 5b36cb2dbe
commit b6ed7980cc
3 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@
<td><a href="/index.html">Home</a></td>
<td><a href="/about.html">About</a></td>
<td><a href="/contact.html">Contact</a></td>
<td><a href="/projects.html">Projects</a></td>
</tr>
</tbody>
</table>

View File

@ -15,6 +15,7 @@
<td><a href="/index.html">Home</a></td>
<td><a href="/about.html">About</a></td>
<td><a href="/contact.html">Contact</a></td>
<td><a href="/projects.html">Projects</a></td>
<td><a href="/donate.html">Donate</a></td>
</tr>
</tbody>

View File

@ -4,7 +4,7 @@
<head>
<title>Projects</title>
<meta charset="UTF-8">
<link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>