themouette/fossil-core

View on GitHub
skeleton/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Fossil-core tests</title>
    </head>
    <body>
        <div id="l-wrap">
            <h1>Welcome to your new Fossil application.</h1>
        </div>
        <script src="app.js" type="text/javascript" charset="utf-8"></script>
        <script type="text/javascript" charset="utf-8">
            require(['kernel'], function () {});
        </script>
    </body>
</html>