diff options
Diffstat (limited to 'smap')
-rw-r--r-- | smap/index.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/smap/index.html b/smap/index.html new file mode 100644 index 0000000..31763e3 --- /dev/null +++ b/smap/index.html @@ -0,0 +1,43 @@ +<!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"> + <link rel="stylesheet" href="/style.css"> +<style> +main img { + border: 0.2em solid black; + padding: 0.2em; +} +</style> + <title>smap</title> +</head> +<body> + <header> + <h1>smap</h1> + <blockquote>Small, Fast, Performant</blockquote> + <img src="/img/ornament.svg" type="svg" id="ornament"/> + <header> + + <main> + <section id="projects"> + <div class="project"> + <p>Authors: <a href=//pranshu.codeberg.page><em>Pranshu</em></a>, <a href=//c.bauherren.ovh><em>Christos</em></a> + <br> + <p>You can use GNU's <pre>tree</pre> to generate a HTML sitemap + <p><pre>tree -H ./ > sitemap.html</pre> + <h3>What is smap?</h3> + <h3>What isn't smap</h3> +<br> + <h4>Coming soon!</h4> + </div> + </section> + </main> + + <footer> + <img src="/img/footer.svg" type="svg" width="25%;"/> + </footer> + +</body> +</html> |