init
commit
d17f241581
|
@ -0,0 +1,3 @@
|
|||
# [tildeverse.org](https://tildeverse.org)
|
||||
|
||||
the main website for the tildeverse
|
|
@ -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>
|
Loading…
Reference in New Issue