mirror of https://github.com/tildeclub/site.git
updated theme/index.php.
This commit is contained in:
parent
a9d12561de
commit
e967439a07
13
index.php
13
index.php
|
@ -43,6 +43,19 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
|
<h2>UPDATE: March 2020:</h2>
|
||||||
|
<p>
|
||||||
|
Things at tilde.club are going well, Thank you to all our new and existing users.
|
||||||
|
Lets make 2020 a great one for ~club and the wider tildeverse!
|
||||||
|
</p>
|
||||||
|
<p>so what's new?</p>
|
||||||
|
<ul>
|
||||||
|
<li>We have reached 1985 users! and many more signing up daily. Welcome everyone.</li>
|
||||||
|
<li>Users can now utilize more to make their pages unique, such as PHP.</li>
|
||||||
|
<li>~club now has a Mastodon page you can follow us at <a href="https://tilde.zone/@tildeclub" target="_blank">https://tilde.zone/@tildeclub</a></li>
|
||||||
|
<li>Users can now setup Two-Factor Authentication (2FA) to use for SSH logins instead of only public key auth <a href="https://tilde.club/wiki/2fa.html">More Info</a></li>
|
||||||
|
</ul>
|
||||||
|
<hr>
|
||||||
<h2>UPDATE: September 2019:</h2>
|
<h2>UPDATE: September 2019:</h2>
|
||||||
<p>
|
<p>
|
||||||
tilde.club is back!! as of september 20th, we're now accepting
|
tilde.club is back!! as of september 20th, we're now accepting
|
||||||
|
|
|
@ -13,12 +13,12 @@ ol {
|
||||||
body {
|
body {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
font-family: "courier new", monospace;
|
font-family: "courier new", monospace;
|
||||||
color: #d46700;
|
color: #f89406;
|
||||||
background: #000400;
|
background: #000400;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #d46700;
|
color: #f89406;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-right: 0.25em;
|
padding-right: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue