sync
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user