summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-01 14:53:19 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-01 14:53:19 -0400
commit9b4556815e8cc09c520411c7922f2e2815b76287 (patch)
treed799a58fb1baea90933120b0e2204ae1ad2437d7 /public
init
Diffstat (limited to 'public')
-rw-r--r--public/index.html11
1 files changed, 11 insertions, 0 deletions
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 @@
+<!doctype html>
+<html>
+ <head>
+ <title>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>