drawful

drawing game
git clone https://git.ce9e.org/drawful.git

commit
0f7996df964bc5ff6b48bc8da0012c613c1e5e31
parent
150d601bc196a39c9b19887b46337cf9fd4740b7
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-12-17 21:19
rename to drawsome

Diffstat

R drawful.js -> drawsome.js 0
M index.html 4 ++--

2 files changed, 2 insertions, 2 deletions


diff --git a/drawful.js b/drawsome.js

diff --git a/index.html b/index.html

@@ -2,7 +2,7 @@
    2     2 <html>
    3     3 <head>
    4     4 	<meta charset="utf-8" />
    5    -1 	<title>drawful</title>
   -1     5 	<title>drawsome</title>
    6     6 	<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src http://via.ce9e.org; img-src data:">
    7     7 	<meta name="viewport" content="width=device-width" />
    8     8 	<link rel="stylesheet" href="style.css">
@@ -63,6 +63,6 @@
   63    63 		<button>Continue</button>
   64    64 	</form>
   65    65 
   66    -1 	<script type="module" src="drawful.js"></script>
   -1    66 	<script type="module" src="drawsome.js"></script>
   67    67 </body>
   68    68 </html>