summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-05-06 12:58:32 +0200
committerSven Gothel <[email protected]>2019-05-06 12:58:32 +0200
commitd4b3bec8e1f29251140ad558e8545791dd772739 (patch)
treec67280f5eca01b43dc311c223d34f940785af98c
parentda3c709d3491a0205c71227e37ec40bda2fb818a (diff)
Enable responsive viewport design tag
-rw-r--r--forum.html2
-rw-r--r--index.html1
-rw-r--r--privacy-policy/index.html1
-rw-r--r--transparency-report/index.html1
4 files changed, 5 insertions, 0 deletions
diff --git a/forum.html b/forum.html
index 7be729f..28d2312 100644
--- a/forum.html
+++ b/forum.html
@@ -3,8 +3,10 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="java, jogl, jocl, joal, opengl, opencl, openal, libraries" name="keywords"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>JogAmp.org - java graphics, audio, media and processing libraries</title>
<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="SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/>
<link rel="alternate" href="http://jogamp.762907.n3.nabble.com/jogamp-f762907.xml" title="all messages" type="application/atom+xml"/>
<link rel="alternate" href="http://jogamp.762907.n3.nabble.com/general-f784504.xml" title="general discussion" type="application/atom+xml"/>
diff --git a/index.html b/index.html
index 23b6e9c..067a0e4 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="java, gluegen, jogl, jocl, joal, opengl, opencl, openal, libraries" name="keywords"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>JogAmp.org - Java graphics, audio, media and processing libraries exposing OpenGL, OpenCL, OpenAL and OpenMAX</title>
<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"/>
diff --git a/privacy-policy/index.html b/privacy-policy/index.html
index 621a333..2563c2c 100644
--- a/privacy-policy/index.html
+++ b/privacy-policy/index.html
@@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="java, gluegen, jogl, jocl, joal, opengl, opencl, openal, libraries" name="keywords"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>JogAmp.org - Java graphics, audio, media and processing libraries exposing OpenGL, OpenCL, OpenAL and OpenMAX</title>
<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"/>
diff --git a/transparency-report/index.html b/transparency-report/index.html
index dd373ac..ba5ddbd 100644
--- a/transparency-report/index.html
+++ b/transparency-report/index.html
@@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="java, gluegen, jogl, jocl, joal, opengl, opencl, openal, libraries" name="keywords"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>JogAmp.org - Java graphics, audio, media and processing libraries exposing OpenGL, OpenCL, OpenAL and OpenMAX</title>
<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"/>