make it mobile-friendly.
This commit is contained in:
parent
b71e56ff26
commit
e7d7fefb5c
|
@ -5,6 +5,12 @@
|
||||||
<title>fnordig.de</title>
|
<title>fnordig.de</title>
|
||||||
<link rel="stylesheet" href="/fnord.css" type="text/css" />
|
<link rel="stylesheet" href="/fnord.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="/coderay.css" type="text/css" />
|
<link rel="stylesheet" href="/coderay.css" type="text/css" />
|
||||||
|
<!--[if !IE]>-->
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.scrollTo(0, 1);
|
||||||
|
</script>
|
||||||
|
<!--<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
Loading…
Reference in a new issue