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:
9
pages/helpers/body_open.php
Normal file → Executable file
9
pages/helpers/body_open.php
Normal file → Executable 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";
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user