diff options
author | Stephen Enders <senders@spotify.com> | 2019-01-21 23:50:18 -0500 |
---|---|---|
committer | Stephen Enders <senders@spotify.com> | 2019-01-21 23:50:18 -0500 |
commit | 4c43ffa3107e7daab8565241c5e6764e1d6e92d1 (patch) | |
tree | c8eb869e3363b699328d176f2b9867a5d9975a12 /www/blog/index.html | |
parent | b59c8c6cb0a649092749f7432772acfeb6714d27 (diff) |
2019-01-21 Post + So many updates to the site in general
Diffstat (limited to 'www/blog/index.html')
-rw-r--r-- | www/blog/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/blog/index.html b/www/blog/index.html new file mode 100644 index 0000000..8afbc6b --- /dev/null +++ b/www/blog/index.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html> +<head> + <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0"> + <title>senders.io - Homepage</title> + <link rel='stylesheet' type='text/css' href='/index.css'> + <meta name="viewport" content="width=device-width, initial-scale=1"> +</head> +<body> + <div id='header'> + <span class='title'>senders.io</span> + <nav> + <a href="./resume">Resume</a> <a href="./blog">Blog</a> <a href= + "https://github.com/s3nd3r5">Github</a> + </nav> + </div> + <div id='body'> + <article> + <h1>Blog Index</h1> + <ol> + <!-- {{ NEW-POST }} --> + <li> + <a href='/blog/2019-01-21'>2019-01-21 - First! A New Years + Resolution</a> + </li> + </ol> + </article> + </div> +</body> +</html> |