Created readme.md and added some php
This commit is contained in:
6
fboard/includes/header.php
Normal file
6
fboard/includes/header.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<h1>fBoard</h1>
|
||||
</body>
|
||||
</html>
|
||||
8
fboard/index.php
Normal file
8
fboard/index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<?php
|
||||
include "includes/header.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user