Created readme.md and added some php

This commit is contained in:
2021-01-21 18:49:24 +01:00
parent 4fe11c8713
commit 4bb7d406ed
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<h1>fBoard</h1>
</body>
</html>

8
fboard/index.php Normal file
View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<?php
include "includes/header.php";
?>
</body>
</html>