From 9b4556815e8cc09c520411c7922f2e2815b76287 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 1 May 2026 14:53:19 -0400 Subject: init --- public/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/index.html (limited to 'public/index.html') diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..270cddb --- /dev/null +++ b/public/index.html @@ -0,0 +1,11 @@ + + + + kpl<title> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <head> + <body> + <h1>Kevin's Programming Langauge</h1> + </body> +</html> -- cgit v1.2.3