diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-01 14:53:19 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-01 14:53:19 -0400 |
| commit | 9b4556815e8cc09c520411c7922f2e2815b76287 (patch) | |
| tree | d799a58fb1baea90933120b0e2204ae1ad2437d7 /public/index.html | |
init
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 11 |
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> |
