diff options
Diffstat (limited to 'html/projects.html')
-rw-r--r-- | html/projects.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/projects.html b/html/projects.html index 93e4e1e..ef4797a 100644 --- a/html/projects.html +++ b/html/projects.html @@ -2,8 +2,8 @@ <html lang="da"> <!--#include virtual="/include/head.shtml"--> <body> - <!--#include virtual="/include/pghdr.shtml"--> - <div class="content"> + <!--#include virtual="/include/pageHeader.shtml"--> + <div class="page"> <p class="pageTitle">Projekter</p> <div class="section"> <p class="large" id="agbsum"><a href="https://mandelbrot.dk/agbsum">agbsum</a></p> @@ -36,6 +36,6 @@ <p>Bibliotek til at udføre algoritmer på data.</p> </div> </div> - <!--#include virtual="/include/pgftr.shtml"--> + <!--#include virtual="/include/pageFooter.shtml"--> </body> </html> |