Add about page

This commit is contained in:
Gregory Trolliet 2020-11-23 21:31:09 +01:00
parent 43c96d5e47
commit e0eff29da3
3 changed files with 37 additions and 2 deletions

View file

@ -14,6 +14,9 @@
<body>
<div id="page-wrap">
<div id="navbar">
<a href="index.php"><?php echo L::title ?></a>
<a href="index.php" class="title"><?php echo L::title ?></a>
<span id="navbar-right">
<a href="about.php">À propos</a>
</span>
</div>
<div class="container">