Add footer with project attribution and links
This commit is contained in:
parent
9c8cbfd8ff
commit
7c1a930355
@ -160,6 +160,23 @@
|
||||
margin: 0 2px;
|
||||
font-family: monospace;
|
||||
}
|
||||
.footer {
|
||||
background-color: #e0e0e0;
|
||||
padding: 15px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
color: #777;
|
||||
margin-top: 40px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
|
||||
}
|
||||
.footer a {
|
||||
color: #555;
|
||||
text-decoration: none;
|
||||
}
|
||||
.footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@ -296,6 +313,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<a href="https://git.eeqj.de/sneak/gomeshalerter">gomeshalerter</a> is a project by <a href="https://sneak.berlin">@sneak</a> and released under the WTFPL (<a href="https://git.eeqj.de/sneak/gomeshalerter">source</a>)
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// Function to format relative time
|
||||
function formatRelativeTime(timestamp) {
|
||||
|
Loading…
Reference in New Issue
Block a user