-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.jade
More file actions
23 lines (21 loc) · 791 Bytes
/
head.jade
File metadata and controls
23 lines (21 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
doctype html
<html lang="fr">
meta(charset='utf-8')
title ACTION UTILITY
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width">
//if lt IE 9
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js"></script>
script.
var $buoop = {vs:{i:8,f:6,o:11,s:4,n:9},l:"fr"}
$buoop.ol = window.onload;
window.onload=function(){
try {if ($buoop.ol) $buoop.ol();}catch (e) {}
var e = document.createElement("script");
e.setAttribute("type", "text/javascript");
e.setAttribute("src", "http://browser-update.org/update.js");
document.body.appendChild(e);
}
link(rel='stylesheet', href='s.css')
link(rel='icon', href='utility.ico')