Add about page
This commit is contained in:
parent
43c96d5e47
commit
e0eff29da3
3 changed files with 37 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue