aboutsummaryrefslogtreecommitdiff
path: root/src/response.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/response.rs')
-rw-r--r--src/response.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/response.rs b/src/response.rs
index 2863d8b..2e73ff3 100644
--- a/src/response.rs
+++ b/src/response.rs
@@ -97,7 +97,7 @@ pub async fn default(
String::new()
} else {
format!(
- "<!DOCTYPE html><html{}><head>",
+ r#"<!DOCTYPE html><html{}><head><meta name="viewport" content="width=device-width, initial-scale=1.0">"#,
if language.is_empty() {
String::new()
} else {
@@ -214,7 +214,7 @@ pub async fn default(
<dt>Status Code</dt>
<dd>{} ({})</dd>
<dt>Meta</dt><dd><code>{}</code></dd>\
-
+
<dt>Capsule Response Time</dt>
<dd>{} milliseconds</dd>
<dt>Gemini-to-HTML \