diff options
-rw-r--r-- | www/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index b781634..5729d74 100644 --- a/www/index.html +++ b/www/index.html @@ -2,7 +2,9 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link href="../../style.css" rel="stylesheet" type="text/css"/> + <link href="../../style-alt1.css" rel="alternate stylesheet" title="default sans-serif font" type="text/css"/> <title>Gluegen</title> </head> <body> |