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.

33 lines
676 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Blog</title>
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
<nav>
<a href="/" >Home</a>
<a href="/blog.html" class="on-page">Blog</a>
<a href="https://github.com/TTWNO/" >Code</a>
</nav>
<ul>
<li>
<h2><a href="/2020/01/01/bananas-for-testing.html">(For Testing Purposes) Bananas</a></h2>
<span class="post-date">01 January 2020</span>
<p><p>A banana is an edible fruit botanically a berry produced by several kinds
of large herbaceous flowering plants in the genus Musa.</p>
</p>
</li>
</ul>
</body>
</html>