Update index.html

This commit is contained in:
BrenBroZAYT
2021-11-20 15:16:58 +02:00
committed by GitHub
parent f61c7f6c69
commit 0c535c472e
+2 -2
View File
@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>.sb downloader</title> <title>.sb downloader (Scratch Downloader)</title>
<meta charset="utf8"> <meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer"> <meta name="referrer" content="no-referrer">
@@ -30,7 +30,7 @@
font-weight: normal; font-weight: normal;
} }
a { a {
color: #25d; color: #FFFF00;
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
} }