initial commit
This commit is contained in:
16
res/skelly.php
Normal file
16
res/skelly.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
require "/home/lukeuxao/public_html/500/global.php";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<?php
|
||||
$title = "";
|
||||
$css = "";
|
||||
require $root."/res/head.php";
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
<?php require $root."/res/top.php"; ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user