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

View File

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