adds "all projects" page
This commit is contained in:
parent
0954ee9cb6
commit
b783ff4fb4
12 changed files with 193 additions and 89 deletions
|
@ -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>
|
||||
|
@ -46,7 +47,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>
|
Loading…
Add table
Add a link
Reference in a new issue