blob: 5ea77c6862ae80d2a59dfc5f418c89a1e5020131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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>
|