mirror of
https://github.com/reiyua/TombayRetirementTimerV2.git
synced 2026-01-20 16:37:48 +00:00
Add author credit
This commit is contained in:
parent
008e0d8641
commit
6f82d797a4
2 changed files with 22 additions and 0 deletions
|
|
@ -9,5 +9,8 @@
|
|||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
<div class="footer-copyright">
|
||||
© 2024 <a href="https://reiyua.lol" target="_blank" rel="noopener noreferrer">reiyua</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -77,3 +77,22 @@
|
|||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* Footer copyright */
|
||||
.footer-copyright {
|
||||
position: absolute;
|
||||
bottom: 20px; /* Position it a bit above the edge */
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 1em;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.footer-copyright a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.footer-copyright a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue