Add header and footer

This commit is contained in:
Robert Miles 2018-06-20 10:15:52 -04:00
parent 025c17d50d
commit b0f5cde9de
3 changed files with 14 additions and 14 deletions

3
footer.php Normal file
View File

@ -0,0 +1,3 @@
</div>
</body>
</html>

9
header.php Normal file
View File

@ -0,0 +1,9 @@
<html>
<head>
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<link rel="stylesheet" href="https://tilde.team/css/forkawesome.css">
<title>tilde.chat | irc network for tildes</title>
</head>
<body>
<div class="container">

View File

@ -1,12 +1,4 @@
<html>
<head>
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<link rel="stylesheet" href="https://tilde.team/css/forkawesome.css">
<title>tilde.chat | irc network for tildes</title>
</head>
<body>
<div class="container">
<?php include 'header.php'; ?>
<h1>tilde.chat</h1>
<hr>
@ -21,8 +13,4 @@
<li><a href="https://tilde.town">tilde.town</a></li>
<li><a href="https://yourtilde.com">yourtilde.com</a></li>
</ul>
</div>
</body>
</html>
<?php include 'footer.php'; ?>