mirror of
				https://github.com/martijndeb/pixdisp.git
				synced 2025-11-04 01:54:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			54 lines
		
	
	
		
			No EOL
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			No EOL
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <title>Pixel Display</title>
 | 
						|
    <link rel="stylesheet" type="text/css" href="css/bulma.css">
 | 
						|
    <link rel="stylesheet" type="text/css" href="css/app.css">
 | 
						|
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
 | 
						|
    <meta name=viewport content="width=device-width, initial-scale=1">
 | 
						|
 | 
						|
    <script src="ace/ace.js"></script>
 | 
						|
    <script src="ace/ext-language_tools.js"></script>
 | 
						|
    <script src="js/app.js" type="module" async></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <section class="hero is-primary">
 | 
						|
        <div class="hero-body">
 | 
						|
            <div class="container">
 | 
						|
                <h1 class="title">Pixel Display</h1>
 | 
						|
                <h2 class="subtitle">Leave a little bit of art, and please keep it clean!</h2>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </section>
 | 
						|
    <section class="section view">
 | 
						|
        <a class="button is-small" id="captureCamera">Camera</a>
 | 
						|
        <a class="button is-small is-success" id="submitImage">Submit</a>
 | 
						|
        <br /><br />
 | 
						|
        <div class="columns">
 | 
						|
            <div class="column is-half" id="canvasHolder">
 | 
						|
 | 
						|
            </div>
 | 
						|
            <div class="column" id="paletteHolder">
 | 
						|
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
        <video id="videoStream"></video>
 | 
						|
    </section>
 | 
						|
    <section class="section view">
 | 
						|
        <a class="button is-small is-success" id="submitCode">Submit</a>
 | 
						|
        <br /><br />
 | 
						|
        <pre id="editor"></pre>
 | 
						|
        <video id="videoStream"></video>
 | 
						|
    </section>
 | 
						|
 | 
						|
    <footer class="footer">
 | 
						|
        <div class="container">
 | 
						|
            <div class="content has-text-centered">
 | 
						|
                <p>
 | 
						|
                    <strong>Pixel Display</strong> (pixdisp). The source code is licensed <a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT</a>. <a href="https://github.com/sexybiggetje/pixdisp" target="_blank">Fork, patch, contribute at Github</a>.
 | 
						|
                </p>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </footer>
 | 
						|
</body>
 | 
						|
</html> |