diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/index.php b/index.php index 1d7cc87..09b466d 100644 --- a/index.php +++ b/index.php @@ -2,6 +2,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=0.5, user-scalable=yes" /> + <title>tilde.town</title> <link href="index.css" rel="stylesheet" /> <!-- <style> <?php include 'index.css'; ?> </style> --> <script> @@ -24,32 +25,28 @@ _|_ | | __| _ _|_ __ _ _ is a computer meant for sharing </pre> </div> <div class="box" style="float:right; text-align:right; opacity: 0.99"> <pre> -<a href="#aa">helpdesk</a> -<a href="#aa">wiki</a> -<a href="#aa">blog</a> -<a href="#aa">cgit</a> -<a href="#aa">gitea</a> -<a href="#aa">testimonials</a> +<a href="#TODO">helpdesk</a> +<a href="/wiki">wiki</a> +<a href="/blog.html">blog</a> +<a href="//cgit.tilde.town/">cgit</a> +<a href="//git.tilde.town">gitea</a> +<a href="/testimonial.html">testimonials</a> </pre> </div> <div class="box"> -we are a <b>community</b> of around <a href="#">3000 users</a> making art, socializing, and learning on a linux server. +we are a <b>community</b> of around 3000 users making art, socializing, and learning on a linux server. founded in 2014 by <a href="/~vilmibm">~vilmibm</a>. </div> <div class="box"> -here's some stuff made by townies: +a random selection of featured projects: <ul> -<li><a href="#aa">music</a></li> -<li><a href="#aa">a zine</a></li> -<li><a href="#aa">interactive art</a></li> -<li><a href="#aa">technical guides</a></li> -<li><a href="#aa">a babby</a></li> +<?php system("shuf -n5 projects.html") ?> </ul> </div> <div class="box"> -<p> if you think you might enjoy being a part of this community you can <a href="#aa">learn more here</a>. </p> +<p> if you think you might enjoy being a part of this community you can <a href="/signup/">learn more here</a>. </p> </div> |