Update HTML again & update style for lists

This commit is contained in:
Lavender Perry 2021-06-15 16:54:36 -07:00
parent 17231816fa
commit 599b266ec0
Signed by untrusted user: elle
GPG Key ID: EF8E44AF715C28A0
2 changed files with 11 additions and 8 deletions

View File

@ -19,19 +19,18 @@
<h1 id="progress">
Loading...
</h1>
<h1>
<h2>
Source code:
<a href="https://gitdab.com/endie2/team-bigger">
https://gitdab.com/endie/team-bigger
</a>
</h1>
<h2>
The old website is available at
</h2>
<h3>
Old website (broken & will not be updated):
<a href="https://team-big.neocities.org">
https://team-big.neocities.org
</a>.
It will not be updated, & is currently broken
</h2>
</a>
</h3>
<script src="main.js">
</script>
<noscript>

View File

@ -4,8 +4,12 @@ body {
text-align: center;
}
ul {
padding: 0px;
}
li {
list-style: decimal-leading-zero;
list-style: none;
}
div, form {