Laverna/laverna

View on GitHub
app/migrate.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html class="no-js">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>Laverna</title>
        <meta name="description" content="Note taking web app with markdown support">
        <meta name="format-detection" content="telephone=no">
        <meta name="viewport" content="user-scalable=no, initial-scale=1,
                maximum-scale=1, minimum-scale=1, width=device-width, height=device-height">

        <link rel="stylesheet" href="styles/core.css">
        <link rel="stylesheet" href="styles/theme-default.css">
        <script src="bower_components/modernizr/modernizr.js"></script>
    </head>
    <body class="-noscroll">

        <div class="layout" id="wrapper">
        </div>

        <!--[if lt IE 7]>
            <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
        <![endif]-->

        <script data-main="scripts/migrate" src="bower_components/requirejs/require.js"></script>
    </body>
</html>