Tiny edits; IPFS
This commit is contained in:
parent
49fd354f7a
commit
b8cc89163d
|
@ -6,7 +6,7 @@ body {
|
|||
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
src: url(/roboto-regular.ttf);
|
||||
src: url(/ipfs/QmfR5nD3dZwZF9ZmSs9XJiLhzVA4p1FtuvPYJCQyjPCTqD);
|
||||
}
|
||||
|
||||
.darkerbar {
|
||||
|
|
0
root/index.php
Executable file → Normal file
0
root/index.php
Executable file → Normal file
Binary file not shown.
2
root/robots.txt
Normal file
2
root/robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
2
uptime-kuma-homepage.py
Executable file → Normal file
2
uptime-kuma-homepage.py
Executable file → Normal file
|
@ -15,7 +15,7 @@ descriptions = {
|
|||
"Calibre Web":"Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks."}
|
||||
|
||||
exclude=('Synapse','Mailserver')
|
||||
HTMLTEMPLATE='<a class="item" href="{link}"><div id="{item}" class="item"><h2 class="item">{item}</h2><p class="desc">{desc}</p></div></a>'
|
||||
HTMLTEMPLATE='<a class="item" href="{link}"><div id="{item}" class="item"><h2 class="item">{item}</h2><br/><p class="desc">{desc}</p></div></a>'
|
||||
htmllist=[]
|
||||
htmllist.append(HTMLTEMPLATE.format(link=UPTIME_KUMA_URL,item="Uptime Kuma",desc=descriptions["Uptime Kuma"]))
|
||||
|
||||
|
|
Loading…
Reference in a new issue