source: Dev/trunk/client/index.html @ 432

Last change on this file since 432 was 432, checked in by hendrikvanantwerpen, 12 years ago

Split up and re-organized LESS. Not sure how it all works yet though.

File size: 402 bytes
Line 
1<!DOCTYPE html>
2<html>
3    <head>
4        <title>QED</title>
5        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6        <link rel="stylesheet" type="text/css" href="qed/css/qed.css" />
7    </head>
8    <body class="dijitReset claro" id="rft">
9        <div class="topbar">
10            <h1>QED</h1><br>
11            <p>Nothing is shown here.</p>
12        </div>
13    </body>
14</html>
Note: See TracBrowser for help on using the repository browser.