Updated header \'photo\'

This commit is contained in:
Donnie 2021-01-04 20:15:45 -06:00
parent 89c1b084be
commit d1f5f356c7
2 changed files with 33 additions and 2 deletions

View File

@ -4,11 +4,32 @@
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>Kiiwiis!</title>
<style>
ul {
list-style: none;
}
</style>
</head>
<body>
<pre>
.```. _.''..
; ``` ``'.
: d `.
/ >,: \
/.' `'., :
/' ;. . ;
/ ; \ ; ; /
`..;\: :'
__|| `...,'
`-, ) ||
/.^/ ___||
'---,_\
(/ `\
</pre>
<h1>Welcome to Kiiwiis.xyz!</h1>
<p>Kiiwiis.xyz is a pubnix, or public unix system! Users that sign-up have access to the server where they can upload webpages into their own directory.
If you'd like to sign-up, please go <a href="signup.html">here</a> to see how to sign-up! You can also view all the packages installed <a href="packges.txt">here.</a><p>
If you'd like to sign-up, please go <a href="signup.html">here</a> to see how to sign-up! You can also view all the packages installed <a href="packages.txt">here.</a><p>
<br>
<br>
<h1>List of users!</h1>
@ -18,9 +39,11 @@
<li><a href="/~acdw/">acdw -- November 28, 2020</a></li>
<li><a href="/~anton/">anton -- November 28, 2020</a></li>
<li><a href="/~neko/">neko -- November 28, 2020</a></li>
<li><a href="/~jdfffdfdjdfgkjdddddjkdf/">jdfffdfdjdfgkjdddddjkdf -- December 06, 2020</a></li>
<li><a href="/~fosslinux/">fosslinux -- Janurary 1st, 2021</a></li>
</ul>
<br>
<h4><a href="https://git.sr.ht/~kiiwiiwastaken/kiiwiis.xyz">The source code to this webpage!</a></h4>
<h4><a href="https://tildegit.org/kiiwiis.xyz/website">The source code to this webpage!</a></h4>
<h6><u><i>est. November 28, 2020 @ 2:52pm UTC</i></u></h6>
<a rel="me" href="https://tilde.zone/@kiiwiiwastaken"></a>
</body>

View File

@ -8,3 +8,11 @@ body {
a {
color: lime;
}
li {
list-style: none;
}
ul {
list-style: none;
}