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 /forum.html | |
parent | da3c709d3491a0205c71227e37ec40bda2fb818a (diff) |
Enable responsive viewport design tag
Diffstat (limited to 'forum.html')
-rw-r--r-- | forum.html | 2 |
1 files changed, 2 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"/>
|