diff --git a/root/css/base.css b/root/css/base.css
index 8e879ee..62c3cba 100644
--- a/root/css/base.css
+++ b/root/css/base.css
@@ -6,7 +6,7 @@ body {
@font-face {
font-family: Roboto;
- src: url(/roboto-regular.ttf);
+ src: url(/ipfs/QmfR5nD3dZwZF9ZmSs9XJiLhzVA4p1FtuvPYJCQyjPCTqD);
}
.darkerbar {
diff --git a/root/index.php b/root/index.php
old mode 100755
new mode 100644
diff --git a/root/roboto-regular.ttf b/root/roboto-regular.ttf
deleted file mode 100644
index ddf4bfa..0000000
Binary files a/root/roboto-regular.ttf and /dev/null differ
diff --git a/root/robots.txt b/root/robots.txt
new file mode 100644
index 0000000..1f53798
--- /dev/null
+++ b/root/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /
diff --git a/uptime-kuma-homepage.py b/uptime-kuma-homepage.py
old mode 100755
new mode 100644
index e93f0bb..f5f7c7f
--- a/uptime-kuma-homepage.py
+++ b/uptime-kuma-homepage.py
@@ -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=''
+HTMLTEMPLATE=''
htmllist=[]
htmllist.append(HTMLTEMPLATE.format(link=UPTIME_KUMA_URL,item="Uptime Kuma",desc=descriptions["Uptime Kuma"]))