Exit Full View

Glok / glok-demo-server / src / dist / index.html

<!DOCTYPE html>
<html lang="en">
    <head>
    <title>Demo Glok Application</title>
    <style>
        html, body, #glokContainer { height: 100%; margin: 0px; padding: 0px; }
        body { overflow: hidden; }
        #hiddenResources { display: none; }
    </style>
    <script src="js/glok-demo-client.js"></script>
    </head>
    <body>
    <div id="glokContainer">Loading</div>
    <div id="hiddenResources">
        <img id="uk/co/nickthecoder/glok/glokIcons.png" src="glok/uk/co/nickthecoder/glok/glokIcons.png" alt="glok icons">
    </div>
    </body>
</html>