add the source code link in the footer
This commit is contained in:
parent
1d587d1707
commit
b107639fb4
@ -64,8 +64,15 @@ body {
|
||||
max-width: 340px;
|
||||
display: inline-block;
|
||||
}
|
||||
.footer {
|
||||
font-size: 0.9rem;
|
||||
text-align: center;
|
||||
margin-top: 1rem;
|
||||
.icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 12px;
|
||||
display: inline-block;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
.footer {
|
||||
font-size: 0.98rem;
|
||||
text-align: center;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
@ -24,6 +24,9 @@
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<a href="https://fyrfli.dev/fyrfli/jsquotes"><img src="https://cdn.fyrfli.link/DashboardIcons/gitea.png"
|
||||
alt="the gitea logo - a green cup with a git symbol tagged tea bag tab hanging on the front" class="icon">
|
||||
Source</a> for this page <br>
|
||||
©<span id="jsyear"></span> Camille (<a href="https://fyrfli.dev/fyrfli" target="_blank">@fyrfli</a>) Frantz.
|
||||
</footer>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user