diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-09 12:50:34 +0200 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-10 20:27:39 +0200 |
commit | 43d01493a65dddcb03d154966bc565204cfba5c4 (patch) | |
tree | 44cb5705c12f93742212e824eaee60d3b66ef39b /2/cosmo | |
parent | d30be3a38bee885b8fc424e3a10e2a510754f2f3 (diff) |
Update HTML files.
* Move meta charset first
* Remove unneeded default script type
* fix some validation errors from index.html
Diffstat (limited to '2/cosmo')
-rwxr-xr-x | 2/cosmo/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2/cosmo/index.html b/2/cosmo/index.html index 6241f985..48008d59 100755 --- a/2/cosmo/index.html +++ b/2/cosmo/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title>Bootswatch: Cosmo</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="An ode to Metro."> <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']); |