aboutsummaryrefslogtreecommitdiffstats
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html
index 02843c1..dfce893 100644
--- a/www/index.html
+++ b/www/index.html
@@ -6,9 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" />
<meta charset="utf-8">
- <link rel="stylesheet" href="css/base.css">
- <link rel="stylesheet" href="css/mobile.css">
<link rel="stylesheet" href="css/jquery.mobile-1.3.0.min.css">
+ <link rel="stylesheet" href="css/fms-jquerymobile.css" type="text/css" media="screen" title="no title" charset="utf-8">
+
+ <link rel="stylesheet" href="normalize.css" type="text/css" media="screen" title="no title" charset="utf-8">
+ <link rel="stylesheet" href="css/fms.css" type="text/css" media="screen" title="no title" charset="utf-8">
<script type="text/javascript">
var FMS = {};
@@ -60,5 +62,5 @@
<script type="text/javascript" src="js/app.js"></script>
</head>
- <body id="container" class="frontpage fullwidthpage" onload="onload()"></body>
+ <body onload="onload()"></body>
</html>