mirror of
https://github.com/sigmasternchen/88x31samegame
synced 2025-03-15 00:08:55 +00:00
add link to GitHub
This commit is contained in:
parent
7d9b3161d8
commit
ddfdb89fc4
2 changed files with 7 additions and 0 deletions
|
@ -11,5 +11,8 @@
|
|||
<div class="board">
|
||||
<div class="gameover"></div>
|
||||
</div>
|
||||
<div class="meta-info">
|
||||
<a href="https://github.com/sigmasternchen/88x31samegame">GitHub</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -10,6 +10,10 @@
|
|||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.meta-info {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.game-info {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue