This repository has been archived on 2022-06-12. You can view files and clone it, but cannot push or open issues or pull requests.
linluwi/example/public_html/index.html

19 lines
707 B
HTML

<!DOCTYPE html><head><title>Example blog</title><body><article><h1>An awesome example site</h1>
<p>This is an AWESOME example site for linlui, a site generator that maybe almost doesn't suck! </p>
<p>This site contains all sorts of cool stuff, like:</p>
<ul><li>Fake quotes</li>
<li>a log with only a single post</li>
<li>a photo of a tomato</li>
</ul>
<blockquote>
&quot;linluwi is a site generator so cool that I rewrote it in rust for myself&quot;
- Joe Fakename
</blockquote>
<a href="https://example.com/log/index.html">read the blog</a><br>
<a href="https://en.wikipedia.org/wiki/Special:Random">read something random on wikipedia</a><br>
</article><footer>
<a href="/">Go Home</a></footer></body>