divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit 3f40d49b3f58143c0a8b5356224de1c6a35f3dc6
parent 51ac94898da9c159ef39ab6aaea6423896e8d946
Author: cipher <haris@2f30.org>
Date:   Thu, 20 Feb 2014 12:32:37 +0200

added viewport on head

Diffstat:
Mheader.dhtml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/header.dhtml b/header.dhtml @@ -6,6 +6,7 @@ <meta name="keywords" content="UNIX,OpenBSD,C,C++,Exploits,Security,Hacking"> <meta name="description" content="A new approach to UNIX security."> +<meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="${BASE}css/bootstrap.min.css"> <link rel="stylesheet" href="${BASE}css/local.css"> </head>