ethertoff
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

index.html
text/html

Download raw (607 bytes)

<!DOCTYPE HTML>
<html>
    <head>
        <meta charset="utf-8">
        <title>comment</title>
        <link rel="stylesheet" href="styles.css">
    </head>
    <body>

        <div>
            <p>This is <!-- A Comment --> in the text <!-- DO NOT EDIT THIS PAGE, IT'S AUTO-GENERATED BY A SCRIPT --></p>
        </div>

        <script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
        <script src="comments.js"></script>
        <script>
        $(function() {
            console.log( "ready!" );
            $("div").revealComments();
        });
        </script>
    </body>
</html>