This commit is contained in:
Joshua Ashton
2025-03-15 21:45:14 -06:00
parent ce6984622c
commit ab50339a32
24 changed files with 33 additions and 1354 deletions
Executable → Regular
+13 -4
View File
@@ -1,6 +1,15 @@
<?php
include_once('includes/components/head.php');
<!DOCTYPE html>
<html>
include_once('login.php');
<head>
<link href="css/base.css" rel="stylesheet" type="text/css">
<link href="css/text.css" rel="stylesheet" type="text/css">
</head>
include_once('includes/components/foot.php');
<body>
<div class="center-abs">
<h1>Under Construction</h1>
</div>
</body>
</html>