summaryrefslogtreecommitdiff
path: root/cerulean/index.html
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 /cerulean/index.html
parentd30be3a38bee885b8fc424e3a10e2a510754f2f3 (diff)
Update HTML files.
* Move meta charset first * Remove unneeded default script type * fix some validation errors from index.html
Diffstat (limited to 'cerulean/index.html')
-rw-r--r--cerulean/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/cerulean/index.html b/cerulean/index.html
index cc441ad0..4b50e8bb 100644
--- a/cerulean/index.html
+++ b/cerulean/index.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>Bootswatch: Cerulean</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
+ <title>Bootswatch: Cerulean</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./bootstrap.css" media="screen">
<link rel="stylesheet" href="../assets/css/bootswatch.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
@@ -11,7 +11,7 @@
<script src="../bower_components/html5shiv/dist/html5shiv.js"></script>
<script src="../bower_components/respond/dest/respond.min.js"></script>
<![endif]-->
- <script type="text/javascript">
+ <script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23019901-1']);