medor
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

todo.html
text/html

Download raw (1.4 KB)

<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title>Médor</title>
    <link href='http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" text="text/css" href="static/components/reset-css/reset.css">
    <link rel="stylesheet" type="text/less" href="static/css/styles.less">
    <link rel="stylesheet" href="static/css/jquery.mCustomScrollbar.css" />
    <script src="static/js/modernizr.custom.08508.js" ></script>
</head>

<body>
    <header id="main-header" class="wrap">
    </header>

    <main>
        <div id="todo">
            <div class="wrap">
                <h2>Cette page est encore à écrire</h2>
                <p>Au boulot tout le monde!</p>
            </div>
        </div>
    </main>

    <script src="static/components/less/dist/less-1.7.0.min.js"></script>
    <script src="static/components/jquery/jquery.min.js"></script>
    <script src="static/components/jcarousel/dist/jquery.jcarousel.js"></script>
    <script src="static/components/jquery-waypoints/waypoints.js"></script>
    <script src="static/js/jquery.mCustomScrollbar.concat.min.js"></script>
    <script src="static/js/scrollTo.min.js"></script>
    <script src="static/components/jquery.hotkeys/jquery.hotkeys.js"></script>
    <script src="static/js/jquery.xdomainajax.js"></script>
    <script src="static/js/longform.js"></script>
</body>
</html>