aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabi-250 <gabi@torproject.org>2023-08-14 10:19:06 +0000
committergabi-250 <gabi@torproject.org>2023-08-14 10:19:06 +0000
commitb0670a7487bb1b3d497464dfc34c1e706de30725 (patch)
treef39ead5b64e9141f85a85a3b8901013aacae8ce5
parentc57daa7c481c02c218d2ac24a87e5d27c2895ffa (diff)
parent7b8aa1c128f0b8714f9b915bec34bd82c03d21d0 (diff)
downloadarti-b0670a7487bb1b3d497464dfc34c1e706de30725.tar.gz
arti-b0670a7487bb1b3d497464dfc34c1e706de30725.zip
Merge branch 'pages-mobile' into 'pages'
www: be friendly to mobile devices See merge request tpo/core/arti!1499
-rw-r--r--public/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
index 752dad832..bc3a0ebad 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Arti – A Tor implementation in Rust</title>
<style>
.logo {