summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2013-02-23 11:46:30 -0800
committerJules Laplace <jules@okfoc.us>2013-02-23 11:46:30 -0800
commitb972385a838e0f54755d8e9a59bcf6ca5aeee463 (patch)
tree2f02ea5f58aa984c896ec1092c981aa837706a50 /public/index.html
parent1cf3491f7ff8fc03dc1db12452075ad1daaad775 (diff)
logging In
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html19
1 files changed, 16 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html
index c986e00..f5f087f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,18 +1,19 @@
<!doctype html>
<html>
<head>
-<title>CocaPaint</title>
+<title>CocoPaint</title>
<link rel="stylesheet" href="/css/drawdrawdraw.css" type="text/css">
<link rel="stylesheet" href="/css/chat.css" type="text/css">
<script type="text/javascript" src="/js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="/socket.io/socket.io.js"></script>
<script type="text/javascript" src="/js/util.js"></script>
+<script type="text/javascript" src="/js/auth.js"></script>
<script type="text/javascript" src="/js/draw.js"></script>
<script type="text/javascript" src="/js/chat.js"></script>
<script type="text/javascript" src="/js/game.js"></script>
</head>
<body>
- <h1>Cocapaint</h1>
+ <h1>Cocopaint</h1>
<div id="chat_container">
<div id="chat"><div id="chat_shim"></div></div>
@@ -24,7 +25,19 @@
-->
</div>
</div>
-
+
+ <div id="login" class="curtain">
+ <div class="inner">
+ Welcome to Cocopaint!
+ <br>
+ <br>
+ Enter your name to start playing..
+ <br><br>
+ <input type="text" id="username">
+ <br><br>
+ <button id="login-go">GO</button>
+ </div>
+ </div>
</body>
</html>