Skip to content
Snippets Groups Projects
index.html 421 B
Newer Older
  • Learn to ignore specific revisions
  • <!DOCTYPE html>
    <html>
        <head>
            <title>CHIP-Ahoyto</title>
    
            <link rel="icon" href="res/icon.png" />
    
            <link rel="stylesheet" href="index.css" />
    
        </head>
        <body>
    
            <canvas id="chip-canvas" width="960" height="480"></canvas>
    
            <div id="overlay" class="overlay">
                Drag to load ROM
            </div>
            <script type="module" src="index.js"></script>
    
        </body>
    </html>