papercats/public/index.html

25 lines
1.0 KiB
HTML
Raw Normal View History

<head>
2017-03-02 19:27:55 -05:00
<link href="changa.css" rel="stylesheet">
2017-02-28 02:20:32 -05:00
<link href="styles.css" rel="stylesheet">
2017-03-02 19:27:55 -05:00
<script src="jquery.min.js"></script>
<script src="bundle.js"></script>
<title>Blockly.IO</title>
</head>
<body>
<canvas id="main-ui"></canvas>
<div id="stats" style="opacity: 0" class="fullscreen hidden"></div>
2017-03-02 14:02:03 -05:00
<div id="begin" style="opacity: .99999" class="fullscreen">
<div class="center">
<h1>Blockly.IO!</h1>
<small>Todo: replace ^^^ with a picture. Work in progress.</small><br>
2017-03-02 14:02:03 -05:00
<h1>Enter your name</h1>
<input autocomplete="off" id="name" placeholder="An awesome name!">
<button type="submit">Play!</button>
<div>
<small id="error">Your browser does not support JavaScript!</small>
2017-02-28 02:20:32 -05:00
</div>
2017-04-17 17:14:25 -04:00
<small>Visit the open-source code on <a href="https://github.com/theKidOfArcrania/PaperIO-Web">GitHub</a>!</small>
2017-02-28 02:20:32 -05:00
</div>
2017-03-02 14:02:03 -05:00
</div>
</body>