summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mastoapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mastoapi.c b/mastoapi.c
index c1f70b9..5eee4c0 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -152,6 +152,7 @@ const char *login_page = ""
152"<html>\n" 152"<html>\n"
153"<head>\n" 153"<head>\n"
154"<title>%s OAuth - Snac2</title>\n" 154"<title>%s OAuth - Snac2</title>\n"
155"<meta content=\"width=device-width, initial-scale=1, minimum-scale=1, user-scalable=no\" name=\"viewport\">"
155"<style>:root {color-scheme: light dark}</style>\n" 156"<style>:root {color-scheme: light dark}</style>\n"
156"</head>\n" 157"</head>\n"
157"<body><h1>%s OAuth identify</h1>\n" 158"<body><h1>%s OAuth identify</h1>\n"