site/index.php

31 lines
875 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/theme.css">
<title>Tildania</title>
</head>
<body>
<?php
include('nav.php')
?>
<div id="content">
<hr>
<h1>welcome to tilde.land</h1>
<p>Tildania also known as tilde.land is a tilde community based around a digital micronation called Tildania.</p>
<h2>users</h2>
</div>
<?php
include('footer.php')
?>
</body>
</html>