summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html
index c14aa37..1a47a20 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
-<title>CocoPaint</title>
+<title>CocoaPaint</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>
@@ -14,7 +14,7 @@
<script type="text/javascript" src="/js/game.js"></script>
</head>
<body>
- <h1>Cocopaint</h1>
+ <h1>Cocoapaint</h1>
<div id="chat_container">
<div id="chat"><div id="chat_shim"></div></div>
@@ -29,7 +29,7 @@
<div id="login" class="curtain">
<div class="inner">
- Welcome to Cocopaint!
+ Welcome to Cocoapaint!
<br>
<br>
Enter your name to start playing..
@@ -41,9 +41,11 @@
</div>
<div id="drawing">
- <canvas id="workspace" width="400" height="200">
+ <canvas id="workspace" width="400" height="200"></canvas>
<div id="palette">
</div>
+ <button id="save-drawing">SAVE</button>
+ <img id="image">
</div>
</body>