diff --git a/20231207/school-01.html b/20231207/school-01.html
new file mode 100644
index 0000000000000000000000000000000000000000..f4747769e8e6e46eb439f27e72a171f02e3c0f38
--- /dev/null
+++ b/20231207/school-01.html
@@ -0,0 +1,10 @@
+<html>
+  <body>
+    <h3>Register new student</h3>
+    <form action="school-01.php" method="post">
+      First name: <input type="text" name="first_name"><br>
+      Family name: <input type="text" name="family_name"><br>
+      <input type="submit">
+    </form>
+  </body>
+</html> 
diff --git a/20231207/school.html b/20231207/school-02.html
similarity index 100%
rename from 20231207/school.html
rename to 20231207/school-02.html