lxhome/build/html/sitemap.html

33 lines
919 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://localhost:3003//html/assets/styles/dark.css?1">
<link rel="stylesheet" href="http://localhost:3003/html/assets/styles/main.css?1">
</head>
<body>
<header>
<h1>lxsameer's nest</h1>
<nav>
<a href="#">HOME</a> | <a href="#">GPG</a>
</nav>
</header>
<div id="content">
<ul class="org-ul">
<li><a href="index.html">blah</a></li>
</ul>
</div>
<footer>
<span>© 2010-2021 Sameer Rahmani</span><br/>
<span>Built with <a href="https://www.gnu.org/software/emacs/">Emacs Lisp</a> and <a href="https://orgmode.org/">org-mode</a>.</span><br/>
<span><a href="https://devheroes.codes/lxsameer/lxhome">https://devheroes.codes/lxsameer/lxhome</a></span>
</footer>
</div>
</body>
</html>