posts-go/templates/post.html

32 lines
1.0 KiB
HTML
Raw Normal View History

2022-07-11 04:26:24 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2022-07-12 06:57:31 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
2022-07-11 04:26:24 +00:00
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Recursive:wght,CASL,MONO@300..800,0..1,0..1&display=swap"
2022-07-11 04:26:24 +00:00
/>
<link
rel="stylesheet"
2022-10-09 10:24:47 +00:00
href="https://haunt98.github.io/iosevka_webfont/iosevka-term-ss08/iosevka-term-ss08.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.1.0/github-markdown.min.css"
/>
2022-07-11 04:26:24 +00:00
<link rel="stylesheet" href="styles.css" />
</head>
<style></style>
<body class="markdown-body">
2022-07-18 18:12:58 +00:00
<a href="index">Index</a>
2022-07-11 04:26:24 +00:00
{{.Body}}
2022-07-18 18:18:11 +00:00
<a href="mailto:hauvipapro+posts@gmail.com"
>Feel free to ask me via email</a
>
2022-11-26 05:03:16 +00:00
<a rel="me" href="https://hachyderm.io/@haunguyen">Mastodon</a>
2022-07-11 04:26:24 +00:00
</body>
</html>