aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-05-06 13:04:57 +0200
committerSven Gothel <[email protected]>2019-05-06 13:04:57 +0200
commit771b90f3453bdb94d6a4a3833ba72cb31f3d4997 (patch)
tree30efb4a8de34465bb44a3a55a096cdd51fc814ce
parent52cc68870604e406a7225d23f563ae035299dadc (diff)
Update CSS; Add responsive viewport design tag
-rw-r--r--www/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index 9d3099b5c..0394d27c6 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>JOGL - Java Binding for the OpenGL API</title>
<link href="../../SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/>
</head>