Update HTML again & update style for lists
This commit is contained in:
parent
17231816fa
commit
599b266ec0
2 changed files with 11 additions and 8 deletions
13
index.html
13
index.html
|
@ -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>
|
||||
|
|
|
@ -4,8 +4,12 @@ body {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: decimal-leading-zero;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
div, form {
|
||||
|
|
Loading…
Reference in a new issue