mirror of
https://github.com/benbusby/farside.git
synced 2025-04-29 23:20:03 +00:00
Add sr.ht link to index list view, update instance list
This commit is contained in:
parent
9989237589
commit
768351cfc3
3 changed files with 36 additions and 75 deletions
|
@ -18,7 +18,7 @@
|
|||
border: 1px dashed;
|
||||
}
|
||||
a:link, a:visited {
|
||||
color: #66397C;
|
||||
color: #66397C;
|
||||
}
|
||||
@media only screen and (max-width: 1000px) {
|
||||
#child-div {
|
||||
|
@ -33,7 +33,7 @@
|
|||
<body>
|
||||
<div id="parent-div">
|
||||
<div id="child-div">
|
||||
<h1>Farside | <a href="https://github.com/benbusby/farside">View on GitHub</a></h1>
|
||||
<h1>Farside [<a href="https://sr.ht/~benbusby/farside">SourceHut</a>, <a href="https://github.com/benbusby/farside">GitHub</a>]</h1>
|
||||
<hr>
|
||||
<h3>Last synced <%= last_updated %> UTC</h2>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue