summaryrefslogtreecommitdiff
path: root/2/slate
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-02-09 12:50:34 +0200
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-02-10 20:27:39 +0200
commit43d01493a65dddcb03d154966bc565204cfba5c4 (patch)
tree44cb5705c12f93742212e824eaee60d3b66ef39b /2/slate
parentd30be3a38bee885b8fc424e3a10e2a510754f2f3 (diff)
Update HTML files.
* Move meta charset first * Remove unneeded default script type * fix some validation errors from index.html
Diffstat (limited to '2/slate')
-rwxr-xr-x2/slate/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/2/slate/index.html b/2/slate/index.html
index 673446e1..9d064ef0 100755
--- a/2/slate/index.html
+++ b/2/slate/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Bootswatch: Slate</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Shades of gunmetal gray.">
<meta name="author" content="Thomas Park">
@@ -16,7 +16,7 @@
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/bootswatch.css" rel="stylesheet">
- <script type="text/javascript">
+ <script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23019901-1']);