diff --git a/2017-10-02-a-dinner-plate.html b/2017-10-02-a-dinner-plate.html
new file mode 100644
index 0000000..f2bdc73
--- /dev/null
+++ b/2017-10-02-a-dinner-plate.html
@@ -0,0 +1,20 @@
+background(186, 145, 20); // wooden table
+fill(96, 161, 240);
+ellipse(200, 200, 350, 350); // plate
+fill(235, 226, 226);
+ellipse(200, 200, 300, 300);
+
+// Chicken leg
+fill(255, 255, 255);
+stroke(148, 37, 37);
+strokeWeight(4);
+rotate(45);
+rect(171, -12, 100, 23, 20);
+
+fill(236, 245, 166);
+stroke(0, 0, 0);
+rotate(-45);
+ellipse(100,100,100,100);
+stroke(17, 38, 235,100);
+fill(191, 224, 218);
+ellipse(353,100,100,93);