From 78f3c0e9893d36e0ce039c2b79ede8a92ebe468a Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 1 Oct 2017 00:24:20 -0400 Subject: Adding the code --- games/pixelpaint/index.html | 99 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 games/pixelpaint/index.html (limited to 'games/pixelpaint/index.html') diff --git a/games/pixelpaint/index.html b/games/pixelpaint/index.html new file mode 100644 index 0000000..79976a5 --- /dev/null +++ b/games/pixelpaint/index.html @@ -0,0 +1,99 @@ + + + +Pixel Paint + + + + + + + + + + + + + +
+
+
+ +
+
+
+
  • Clear Canvas
  • View PNG
+
  • Eraser
  • Color Picker
  • Pen
  • Fill
+
  • Black
  • White
  • Red
  • Green
  • Blue
  • Yellow
  • Grey
  • Purple
+
+
+ +
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file -- cgit v1.2.3