diff options
author | j-james | 2022-09-26 08:28:30 +0000 |
---|---|---|
committer | j-james | 2022-09-26 08:28:30 +0000 |
commit | 7f842e931d173d87e0a261771bb51b097dc136cd (patch) | |
tree | 0125d07be5f2e0a10b7be435d3ce9998f1d3e7a7 /posts.html | |
parent | 654129da2f5645dbbca9f46b1bf59aeaf8314f01 (diff) |
Remove posts index in preparation for a separate posts repo
Diffstat (limited to 'posts.html')
-rw-r--r-- | posts.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/posts.html b/posts.html deleted file mode 100644 index 6dad24c..0000000 --- a/posts.html +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>j-james | posts</title> - <meta charset="utf-8"/> - <meta name="viewport" content="width=device-width"/> - <link rel="icon" type="image/jpg" href="assets/compass.jpg"/> - <link rel="stylesheet" href="css/normalize.css"/> - <link rel="stylesheet" href="css/style.css"/> -</head> -<body> - <header> - <h1> - <a href="https://j-james.me">j-james</a> - </h1> - <nav> - <a href="https://j-james.me/about">about</a> - <a href="https://j-james.me/resume">resume</a> - <a href="https://j-james.me/posts">posts</a> - <a href="https://j-james.me/writeups">writeups</a> - </nav> - </header> - <br> - <span>Under Construction</span> -</body> -</html> |