Mercurial > lada > lada-client
view index.html @ 786:d2ee6858f452
removed trailing comma
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 May 2015 09:33:58 +0200 |
parents | b3e38a2a25c7 |
children | a4c358d08a0d |
line wrap: on
line source
<!-- Copyright (C) 2013 by Bundesamt fuer Strahlenschutz Software engineering by Intevation GmbH This file is Free Software under the GNU GPL (v>=3) and comes with ABSOLUTELY NO WARRANTY! Check out the documentation coming with IMIS-Labordaten-Application for details. --> <!DOCTYPE html> <html> <head> <title>Lada</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all-gray.css"> <link rel="stylesheet" type="text/css" href="resources/css/lada.css"> <script type="text/javascript" src="resources/lib/OpenLayers/OpenLayers.js"></script> <script type="text/javascript" src="resources/lib/filesaver/FileSaver.js"></script> <script type="text/javascript" src="resources/lib/filesaver/Blob.js"></script> <script type="text/javascript" src="resources/lib/Date.prototype.getDOY.js"></script> <!-- <x-compile> --> <!-- <x-bootstrap> --> <script type="text/javascript" src="extjs/ext-all-debug.js"></script> <script type="text/javascript" src="extjs/locale/ext-lang-de.js"></script> <!-- </x-bootstrap> --> <script type="text/javascript" src="app.js"></script> <!-- </x-compile> --> </head> <body></body> </html>