This commit is contained in:
Ben Harris 2018-07-16 15:59:53 -04:00
commit d17f241581
2 changed files with 17 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# [tildeverse.org](https://tildeverse.org)
the main website for the tildeverse

14
index.php Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>tildeverse</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
</head>
<body>
<div class="container">
<h1>tildeverse.org</h1>
</div>
</body>
</html>