Source to my personal site: https://denshi.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
779 B
19 lines
779 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<title>Testing out this lb...</title> |
|
<link rel='stylesheet' type='text/css' href='../style.css'> |
|
<meta charset='utf-8'/> |
|
</head> |
|
<body> |
|
<h1>Testing out this lb...</h1> |
|
|
|
<p class='date'>Sun, 04 Apr 2021 17:57:46 +0400</p> |
|
|
|
<p>Hey! Thanks for checking out my blog. It's powered by Luke Smith's lb, a minimalist "luke's blog" or "less bloat" script that essentially generates a static website. Much better than JavaScript backends or a LEMP server!</p> |
|
|
|
<p>This also has an RSS feed: <a>https://denshi.org/rss.xml</a>. Subscribe to it to receive all my blog posts!</p> |
|
<footer>by <strong><a href='https://denshi.org/'>Denshi</a>, <a href="mailto:alex@denshi.org?subject=Testing out this lb">(Reply-to)</a></strong></footer> |
|
</body> |
|
|
|
</html>
|
|
|