diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-04-17 21:01:37 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-04-17 21:01:37 -0500 |
commit | 836b0a4fa0ddb6a1a00b408ee80f8ad33777606a (patch) | |
tree | ee795031840ad48a1338d41296e8f647f0809588 /public/index.html | |
parent | 9bc1437a5a5c7426d0cd3f53a64e389b79b5ca3c (diff) |
Add public directory
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..f78d7fe --- /dev/null +++ b/public/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>Homepage</title> + </head> + <body> + + </body> +</html> |