Add some basic shit

This commit is contained in:
2020-08-16 04:02:16 -05:00
parent 2a2cbe11f4
commit 32f15bb3af
5 changed files with 51 additions and 0 deletions

8
index.php Normal file
View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
</head>
<body>
</body>
</html>