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