diff options
author | Sven Gothel <[email protected]> | 2019-05-06 12:58:32 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-05-06 12:58:32 +0200 |
commit | d4b3bec8e1f29251140ad558e8545791dd772739 (patch) | |
tree | c67280f5eca01b43dc311c223d34f940785af98c | |
parent | da3c709d3491a0205c71227e37ec40bda2fb818a (diff) |
Enable responsive viewport design tag
-rw-r--r-- | forum.html | 2 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | privacy-policy/index.html | 1 | ||||
-rw-r--r-- | transparency-report/index.html | 1 |
4 files changed, 5 insertions, 0 deletions
@@ -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"/>
@@ -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"/> |