aboutsummaryrefslogblamecommitdiffstats
path: root/static/about.html
blob: a56ad24fe12c19f91243367ec99b9013b04fa599 (plain) (tree)



















                                                           





                                                               
        





                                            

         
<!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>
    <p>
      Also if the blog is broken please make a new issue
      <a href="https://github.com/terminaldweller/web">here</a>
      .
    </p>
    <br />
    <br />
    <hr />
    <br />
    <a href="/" class="left-footer">Home</a>
    <br />
  </body>
</html>