♻️ Simple & Efficient Gemini-to-HTTP Proxy fuwn.net
proxy gemini-protocol protocol gemini http rust
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(response): mobile html viewport

Fuwn 2ed43a1e ac397302

+2 -2
+2 -2
src/response.rs
··· 97 97 String::new() 98 98 } else { 99 99 format!( 100 - "<!DOCTYPE html><html{}><head>", 100 + r#"<!DOCTYPE html><html{}><head><meta name="viewport" content="width=device-width, initial-scale=1.0">"#, 101 101 if language.is_empty() { 102 102 String::new() 103 103 } else { ··· 214 214 <dt>Status Code</dt> 215 215 <dd>{} ({})</dd> 216 216 <dt>Meta</dt><dd><code>{}</code></dd>\ 217 - 217 + 218 218 <dt>Capsule Response Time</dt> 219 219 <dd>{} milliseconds</dd> 220 220 <dt>Gemini-to-HTML \