Made page gathering dynamic, added favicon, included css, worked on some content, created first bash page. Still very much in-progress but the framework is pretty much done. Needs more CSS and content.

This commit is contained in:
2022-10-08 09:19:40 -05:00
parent 8cfe6e43e2
commit 2e5ef4391a
24 changed files with 190 additions and 90 deletions

9
pages/helpers/body_open.php Normal file → Executable file
View File

@ -1,12 +1,11 @@
#!/usr/bin/php
<?php
include "header.php"
include "header.php";
?>
<body>
<?php
include "menu.php"
include "menu.php";
include "advisory.php";
?>