diff options
Diffstat (limited to 'public')
| -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> |
