diff options
author | dzwdz | 2024-04-15 23:00:51 +0200 |
---|---|---|
committer | dzwdz | 2024-04-15 23:00:51 +0200 |
commit | 3624c498763c07fad26785eedf332b3577dbfc8b (patch) | |
tree | d56dfc77b87a247ceda7a13e92ca5f50e41156a4 /index.php | |
parent | bc71b7f243c3f823c50231fa82857bae1046744d (diff) |
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/index.php b/index.php index 09b466d..80aeb9f 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,6 @@ <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> function toggleDots() { document.getElementsByTagName("main")[0].classList.toggle("dotted"); @@ -25,7 +24,7 @@ _|_ | | __| _ _|_ __ _ _ is a computer meant for sharing </pre> </div> <div class="box" style="float:right; text-align:right; opacity: 0.99"> <pre> -<a href="#TODO">helpdesk</a> +<!-- <a href="#TODO">helpdesk</a> --> <a href="/wiki">wiki</a> <a href="/blog.html">blog</a> <a href="//cgit.tilde.town/">cgit</a> @@ -85,12 +84,14 @@ ecdsa host key: SHA256:RGr0EXrHOCt/ZZitfMK2WFwbI80OGzat+DlthhTfWf4 <?php system("uptime") ?> </marquee> </div> +<?php /* <div class="box" id="planet"> recent posts on the <a href="/~dzwdz/tmp/sfeed.html">planet</a>: <ul> <?php include '/home/dzwdz/Their/src/sfeed/short.html'; ?> </ul> </div> +*/ ?> <div class="box"> <img alt="tilde.town button" src="//tilde.town/~lucidiot/img/logos/tildetown_anim2.gif" /> |