summaryrefslogtreecommitdiff
path: root/smap/index.html
diff options
context:
space:
mode:
authorPranshu Sharma <pranshu@pebl>2024-12-13 01:02:38 +1000
committerPranshu Sharma <pranshu@pebl>2024-12-13 01:02:38 +1000
commit375204f6a5e76ea1629f61628a3f9537969e3774 (patch)
treed2b9b7bec13da3541cb57f39842feaaeb0bf0f12 /smap/index.html
Inital commit
Diffstat (limited to 'smap/index.html')
-rw-r--r--smap/index.html43
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>