From 6fb5b4af2255b628ae6f516462b9d840bb8ab2ce Mon Sep 17 00:00:00 2001 From: root Date: Tue, 11 Nov 2025 15:16:22 +0300 Subject: [PATCH] Added pingpong.html and boilerplate --- HTML_boilerplate.html | 16 +++++++ pingpong.html | 97 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100644 HTML_boilerplate.html create mode 100644 pingpong.html diff --git a/HTML_boilerplate.html b/HTML_boilerplate.html new file mode 100644 index 0000000..7d9fd5c --- /dev/null +++ b/HTML_boilerplate.html @@ -0,0 +1,16 @@ + + + + + + + HTML5 Boilerplate + + + + +

Page Title

+ + + + \ No newline at end of file diff --git a/pingpong.html b/pingpong.html new file mode 100644 index 0000000..4c3774c --- /dev/null +++ b/pingpong.html @@ -0,0 +1,97 @@ + + + + + Simple Paddle Game + + + + +
+
+
+
+ + + + + \ No newline at end of file