aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-05-06 13:06:25 +0200
committerSven Gothel <[email protected]>2019-05-06 13:06:25 +0200
commit38a5a27f76918d038d1f3c82daa6a9c4eb668192 (patch)
treee9eb94e7a74edcbb083d7b9f46e4e29bdcbcbd04 /www
parent2a60b191c72f730e5513b8b6b343b0bd54136ffd (diff)
Update CSS; Add responsive viewport design tag
Diffstat (limited to 'www')
-rwxr-xr-xwww/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index 799b418a..cbcfe836 100755
--- 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"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
<link href="http://jogamp.org/SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/>
<title>Java Bindings for the OpenCL API</title>