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,11 +1,12 @@
<HTML>
<header>
<link rel = "stylesheet" href = "..\..\basic.css">
<link rel = "stylesheet" href = "..\blog-post-default.css">
<link rel = "stylesheet" href = "..\..\effects.css">
</header>
<body>
<h1>
EPQ Project
Mind Mapping Software
</h1>
<div class = "textBox">
<h2>What it is</h2>
@ -27,7 +28,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>