adds "all projects" page

This commit is contained in:
Nye Evans 2021-09-17 23:22:11 +01:00
parent 0954ee9cb6
commit b783ff4fb4
12 changed files with 193 additions and 89 deletions

View file

@ -1,6 +1,7 @@
<!doctype html>
<HTML>
<header>
<link rel = "stylesheet" href = "..\..\basic.css">
<link rel = "stylesheet" href = "..\blog-post-default.css">
<link rel = "stylesheet" href = "..\..\effects.css">
</header>
@ -26,7 +27,7 @@
</div>
<div id = "backButtonContainer">
<a href = "../../../index.html#galleryHeader" class = "backButton"> <-Back to main page</a>
<a onclick = "history.back()" class = "backButton"> <-Back</a>
</div>
</body>
</HTML>