summaryrefslogtreecommitdiff
path: root/public/posts.html
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-25 15:14:42 +0100
committera73x <[email protected]>2024-08-25 15:14:42 +0100
commit1b496432df1dc28b25eaeadec5fa537aaf014f98 (patch)
tree5d74e20a338c6487302693bc837afc27904ee3ab /public/posts.html
parentfea0ef77c8c98dfadd2f9d29804653293fd31c99 (diff)
feat(post): templating
add templating for posts and first post
Diffstat (limited to 'public/posts.html')
-rw-r--r--public/posts.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/public/posts.html b/public/posts.html
deleted file mode 100644
index b63f4da..0000000
--- a/public/posts.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="description" content="Home for a73x" />
- <meta name="author" content="a73x" />
- <meta name="viewport"
- content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
- <title>a73x</title>
- <style>
- @font-face {
- font-family: 'Mono';
- src: url('./static/V1-ServerMono-Regular.woff2') format('woff2');
- font-weight: normal;
- font-style: normal;
- }
-
- body {
- font-family: "Mono";
- }
-
- code {
- font-family: "Mono";
- color: crimson;
- background-color: #f1f1f1;
- padding: 2px;
- }
-
- nav ul {
- display: flex;
- list-style: none;
- }
-
- nav ul li {
- margin-right: 20px;
- }
- </style>
-</head>
-
-<body>
- <!-- templates/header.html -->
-<h1>a73x</h1>
-<nav>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/posts">Posts</a></li>
- </ul>
-</nav>
-
-
-<h1>Posts</h1>
-
-</body>
-
-</html>
-
-