Skip to content
Snippets Groups Projects
Commit 39ab25bb authored by egon w. stemle's avatar egon w. stemle :robot:
Browse files

Address #4

Won't rework the website to address #4 as a whole but, at least, address
small-ish issues:
- add `<meta name="viewport"` stanza
  this will (on some devices) make the page render in a way that users
  will have to scroll and not zoom
parent 03fef8dc
No related branches found
No related tags found
No related merge requests found
......@@ -32,14 +32,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>MERLIN </title>
<meta name="Author" content="Verena Lyding, Karin Schöne, Katrin Wisniewski" />
<meta name="Publisher" content="European Academy of Bozen/Bolzano" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel='shortlink' href='http://www.merlin-platform.eu' />
<script src="//code.jquery.com/jquery-1.8.0.min.js" ></script>
<script type="text/javascript" src="js/jquery.atooltip.js"></script>
<script type="text/javascript" src="js/utils_MERLIN.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MERLIN</title>
<meta name="Author" content="Verena Lyding, Karin Schöne, Katrin Wisniewski">
<meta name="Publisher" content="European Academy of Bozen/Bolzano">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="shortlink" href="https://merlin-platform.eu">
<script src="//code.jquery.com/jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="js/jquery.atooltip.js"></script>
<script type="text/javascript" src="js/utils_MERLIN.js"></script>
</head>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment