papercats/public/index.html

23 lines
898 B
HTML
Raw Normal View History

<head>
2017-02-24 02:17:49 -05:00
<link href="https://fonts.googleapis.com/css?family=Changa:600" rel="stylesheet">
2017-02-28 02:20:32 -05:00
<link href="styles.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="bundle.js"></script>
2017-02-28 02:20:32 -05:00
<title>Paper.IO</title>
</head>
<body>
<canvas id="main-ui"></canvas>
2017-03-02 14:02:03 -05:00
<div id="begin" style="opacity: .99999" class="fullscreen">
<div class="center">
<h1>Paper.IO!</h1>
<small>Todo: replace ^^^ with a picture. Work in progress.</small>
<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>
</div>
2017-03-02 14:02:03 -05:00
</div>
</body>