aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-05-06 13:03:07 +0200
committerSven Gothel <[email protected]>2019-05-06 13:03:07 +0200
commitc84e8e221dd7ba2f8608afcb0efee2276a2b2011 (patch)
treec2c4b8eb0ee49cbc369b6fd221fc9c9632d4e1d5 /www
parentb5ee5e4283cf903ad8a118d522577f69790d8e7f (diff)
Update CSS; Add responsive viewport design tag
Diffstat (limited to 'www')
-rw-r--r--www/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index c10958d..c307b7c 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>Java Bindings for the OpenAL API</title>
</head>
<body>