diff options
Diffstat (limited to 'public/about/index.html')
| -rw-r--r-- | public/about/index.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/public/about/index.html b/public/about/index.html new file mode 100644 index 0000000..8dbe8ae --- /dev/null +++ b/public/about/index.html @@ -0,0 +1,36 @@ +<!DOCTYPE html> +<html lang="en"> +<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> + <title>About | 0xhenrique</title> + <link rel="canonical" href="http://localhost:1313/"> + <link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'> + <link rel='stylesheet' type='text/css' href='/style.css'> + <link rel="icon" href="/favicon.ico"> + <meta name="description" content="whois Hello there! You can call me Henrique. The main purpose of this website is to share some of my thoughts and projects. Feel free to reach out on Github or LinkedIn."> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="robots" content="index, follow"> + <meta charset="utf-8"> +</head> +<body> +<main> +<header><h1 id="tag_About">About</h1></header> +<article> + +<h1 id="whois">whois</h1> +<p>Hello there! You can call me Henrique. +The main purpose of this website is to share some of my thoughts and projects. +Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</a>.</p> + + +<div id="nextprev"><a href="/internet-lurk-compilation/"><div id="nextart">Next:<br>Internet Lurk Compilation #1</div></a> +</div> + +</article> +</main> + +<footer> + <a href="http://localhost:1313/">http://localhost:1313/</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a> +</footer> + +</body> +</html> |
