her.esy.fun/dist/index.html
Yann Esposito (Yogsototh) a4263afbe4
wip
2019-07-04 08:38:15 +02:00

21 lines
714 B
HTML

<html>
<head>
<title>HER.ESY.FUN</title>
<link rel="stylesheet" type="text/css" href="/minimalist.css">
</head>
<body>
<h1>HER.ESY.FUN</h1>
<p>This is just a test</p>
<blockquote>This is just a blockquote test</blockquote>
<p>A longer paragraph of text. Just to see where is the limit. Also let's just put some
link <a href="/">self-link</a> and some <code>code</code> as well as
<a href="/"><code>link with code</code></a>.
And why not a very long word.
For example, whyareyoulookingatmelikethatthisisnotwhatyoushoulddoreallyitisupsettingmeandyoushouldtakealookatthehappyfrighteninggirlgifaboutthattheme.
<pre>
(defn foo :- Schema
[arg]
(do-something arg))</pre>
</body>
</html>