mirror of
https://github.com/sigmasternchen/x86-64-wordle
synced 2025-03-15 08:09:01 +00:00
feat: Add link to GitHub
This commit is contained in:
parent
62833f3f1b
commit
304e217d80
3 changed files with 15 additions and 1 deletions
|
@ -8,6 +8,9 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
<a class="github-link" href="https://github.com/sigmasternchen/x86-64-wordle">
|
||||||
|
<img src="static/github-mark-white.png" alt="Github logo" />
|
||||||
|
</a>
|
||||||
<script src="static/bundle.js"></script>
|
<script src="static/bundle.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
BIN
html/static/github-mark-white.png
Normal file
BIN
html/static/github-mark-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
|
@ -199,4 +199,15 @@ h2 {
|
||||||
.result.show {
|
.result.show {
|
||||||
pointer-events: initial;
|
pointer-events: initial;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.github-link {
|
||||||
|
display: block;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 10px;
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.github-link img {
|
||||||
|
width: 40px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue