Commit 4defe26d authored by Thomas Lechauve's avatar Thomas Lechauve

Load css file

parent 01b93c84
......@@ -2,11 +2,18 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Vifib</title>
<link rel="stylesheet" href="libs/jquery.mobile.structure-1.1.0.css">
<!--<link rel="stylesheet" href="libs/jquery-mobile/jquery.mobile.structure-1.1.0.css" />-->
<link rel="stylesheet" href="libs/jquery-mobile/jquery.mobile-1.1.0.css" />
<script type="text/javascript" charset="utf-8" src="libs/jquery/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="libs/jquery-mobile/jquery.mobile-1.1.0.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="page" id="homepage">
<header data-role="header">
</header>
<section data-role="content">
</section>
<footer data-role="footer">
</footer>
</div>
</body>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment