esadse.elif
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

document.html
text/html

Download raw (1.4 KB)

<!DOCTYPE HTML>
<html lang="en" class="normal">
<head>
    <meta charset="utf-8">
    <title>HTML2print</title>

    <!-- Uncomment the line below to reset the CSS and get rid of the browser's default CSS. -->
    <link rel="stylesheet" href="/main.less" type="text/less" media="all" charset="utf-8">
    <link rel="stylesheet" href="/assets/lib/reset.css" type="text/css" />
    <link rel="stylesheet" href="style.css" type="text/less" media="all" charset="utf-8">
    <link rel="stylesheet" href="backgroundImage.css" type="text/less" media="all" charset="utf-8">
</head>
<body>
    <!-- PAGES -->
    <div id="pages">
        <div id="master-page" class="paper">
            <div class="page">
                <div class="header"></div>

                <div class="body recipient"></div>

                <div class="footer"></div>
            </div>
        </div>
    </div>

    <div id="stories">
        <article id="myStory"></article>
    </div>

    <!-- JAVASCRIPT -->
    <script type="text/javascript" src="/assets/lib/less-1.3.0.min.js"></script>
    <script type="text/javascript" src="/assets/lib/jquery.min.js"></script>
    <script type="text/javascript" src="/assets/lib/css-regions.min.js"></script>

    <script type="text/javascript" src="/setup/setup.js"></script>
    <script type="text/javascript" src="/assets/js/html2print.js"></script>

</body>
</html>