better links
This commit is contained in:
parent
ee4223581c
commit
c924622a63
1 changed files with 17 additions and 0 deletions
17
index.html
17
index.html
|
@ -92,6 +92,17 @@
|
|||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 100%;
|
||||
font-size: large;
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
g-chess-board::part(piece-wb) { background-image: url("./piece-wb.png"); image-rendering: pixelated; }
|
||||
g-chess-board::part(piece-wr) { background-image: url("./piece-wr.png"); image-rendering: pixelated; }
|
||||
g-chess-board::part(piece-wp) { background-image: url("./piece-wp.png"); image-rendering: pixelated; }
|
||||
|
@ -120,8 +131,14 @@
|
|||
</div>
|
||||
<footer>
|
||||
<a href="http://tom7.org/chess">Piece sprites, board colors, algorithms, etc.</a>
|
||||
by
|
||||
<a href="https://tom7.org">tom7</a>
|
||||
<br>
|
||||
<a href="https://git.pyrope.net/mbk/elo-worldle">Code</a>
|
||||
&
|
||||
<a href="https://elo-worldle.pyrope.net/paper.pdf">Paper</a>
|
||||
by
|
||||
<a href="https://pl.pyrope.net/terezi">me</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue