issue-fix #32
@ -8,3 +8,5 @@ echo '<meta name="author" content="Frederick Boniface">';
|
||||
echo '<link rel="stylesheet" type="text/css" href="/styles/style.css"/>';
|
||||
echo '<link rel="icon" type="image/png" href="/assets/icons/favicon.ico"/>';
|
||||
echo '<link rel="manifest" type="application/json" href="/manifest.json"/>';
|
||||
|
||||
echo '<script src="/js/nav.js"></script>';
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
echo '<script src="/js/nav.js"></script>';
|
||||
|
||||
echo '<div class="nav-bar">';
|
||||
echo '<div id="menu-hidden">';
|
||||
echo '<a href="/">Home</a>';
|
||||
|
Reference in New Issue
Block a user