Mercurial > lada > lada-client
comparison index.html @ 788:a4c358d08a0d
moved doctype declaration to the beginning of the file. Else IE9 will try to display the page in QUIRKS mode and it won't work.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 May 2015 10:47:48 +0200 |
parents | b3e38a2a25c7 |
children | 1ef815f5b9fa |
comparison
equal
deleted
inserted
replaced
787:442e7bd290dc | 788:a4c358d08a0d |
---|---|
1 <!DOCTYPE html> | |
1 <!-- | 2 <!-- |
2 Copyright (C) 2013 by Bundesamt fuer Strahlenschutz | 3 Copyright (C) 2013 by Bundesamt fuer Strahlenschutz |
3 Software engineering by Intevation GmbH | 4 Software engineering by Intevation GmbH |
4 | 5 |
5 This file is Free Software under the GNU GPL (v>=3) | 6 This file is Free Software under the GNU GPL (v>=3) |
6 and comes with ABSOLUTELY NO WARRANTY! Check out | 7 and comes with ABSOLUTELY NO WARRANTY! Check out |
7 the documentation coming with IMIS-Labordaten-Application for details. | 8 the documentation coming with IMIS-Labordaten-Application for details. |
8 --> | 9 --> |
9 | |
10 <!DOCTYPE html> | |
11 <html> | 10 <html> |
12 <head> | 11 <head> |
13 <title>Lada</title> | 12 <title>Lada</title> |
14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 13 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
15 <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all-gray.css"> | 14 <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all-gray.css"> |