Add basic site homepage

This commit is contained in:
fosslinux 2018-11-10 21:57:01 -05:00 committed by Samuel Tyler
parent 7082a54da2
commit d080422385
1 changed files with 10 additions and 0 deletions

10
index.php Normal file
View File

@ -0,0 +1,10 @@
<html>
<head>
<title>TildeLinux</title>
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
</head>
<body>
<h1>TildeLinux</h1>
<p>WIP</p>
</body>
</html>