diff options
| author | terminaldweller <thabogre@gmail.com> | 2021-11-11 06:12:32 +0000 | 
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2021-11-11 06:12:32 +0000 | 
| commit | 00301734db0e9492ac636f8e99db65b34542224d (patch) | |
| tree | 142b7e8b9293b5536d1f7e5f5a717073eac37c1f /static/about.html | |
| parent | http2 WIP (diff) | |
| download | blog-https.tar.gz blog-https.zip | |
changes the layout of the bloghttps
Diffstat (limited to 'static/about.html')
| -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> | 
