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">
|
<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>
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue