diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/about.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/static/about.html b/static/about.html new file mode 100644 index 0000000..ad9ed10 --- /dev/null +++ b/static/about.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width" /> + <title>About</title> + <link + rel="stylesheet" + href="/master.css" + type="text/css" + media="screen" + title="no title" + charset="utf-8" + /> + </head> + <body> + <p>Email: thabogre@gmail.com</p> + <p> + You can find my github + <a href="https://github.com/terminaldweller">here</a> + </p> + </body> +</html> |