<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hulk</title>
<link rel="stylesheet" href="./main.css">
</head>
<body>
<header id="header">
<nav class="links" style="--items: 1;">
<a href="./index.html">Home</a>
<span class="line"></span>
</nav>
</header>
<blockquote>
<p><strong>HULK</strong> is an <em>ultra simple</em> static site generator designed to appeal to technical as well as non technical users alike.</p>
</blockquote>
<hr />
<p>Let me explain that:</p>
<p><strong>Ultra simple</strong>:
Any one who can create a word file should be able to use HULK. Hulk requires no configuration out of the box. <em>All you need are two commands to generate your site</em>.
<strong>Easy of Use for Non Technical Users</strong></p>
</body>
</html>