<!doctype html>
<html class="no-js" dir="ltr" lang="en">
<head>
<meta charset="UTF-8">
<title>Kanuel.com (now under construction)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html {
height: 100%;
width: 100%;
}
body {
background-color: black;
background-image: url(public/img/earthrise.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: white;
font-family: sans-serif;
font-size: 16px;
}
</style>
</head>
<body>
<main>
<h1>Kanuel.com</h1>
<p>Home of @MrKanuel.</p>
<p>Human. Designer.</p>
<ul>
<li>Love.</li>
<li>Justice.</li>
<li>Kindness.</li>
<li>Humility.</li>
<li>Patience.</li>
</ul>
</main>
</body>
</html>