Experiments~

This commit is contained in:
Akko
2022-03-21 21:37:39 +01:00
parent fe807c99cc
commit 1dca4b0d58
23 changed files with 1379 additions and 161 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2022-03-18 Fri 20:17 -->
<!-- 2022-03-21 Mon 21:34 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=100%, initial-scale=0.7" />
<title>Sitemap for project pages</title>
@@ -195,17 +195,23 @@
<body>
<div id="preamble" class="status">
<div id="header">
<a href="/">Home</a> |
<a href="/about.html">dare desu ka</a> |
<a href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/">Home</a>
<a class="navbar-link" href="/about.html"></a>
<a class="navbar-link" href="/sitemap.html">Sitemap</a>
<a class="navbar-link" href="/blogroll.html">Blogroll</a>
</div>
</div>
<div id="content" class="content">
<ul class="org-ul">
<li><a href="experiments.html">Experiments</a></li>
<li><a href="blogroll.html">Blogroll</a></li>
<li><a href="todo.html">TODO</a></li>
<li><a href="snippets.html">Snippets</a></li>
<li><a href="about.html">About</a></li>
<li><a href="index.html">Index</a></li>
<li>Posts
<ul class="org-ul">
<li><a href="posts/test.html">chuu</a></li>
<li><a href="posts/elog-1-blog.html">Emacs Log 1: This Blog</a></li>
<li><a href="posts/resources.html">Resources</a></li>
<li><a href="posts/framework.html">Framework Laptop Review</a></li>
@@ -216,7 +222,9 @@
<div id="footer">
<hr>
If you have any comments about this page, you can email me at: <br>
<b>akko [shift-2] nakadashi -dot- lol</b><br><br>
<b>akko [shift-2] nakadashi -dot- lol</b><br>
And I may include them on the website!<br>
<br>
All code on this website is licensed <b>GPLv3</b> unless otherwise indicated. <br>
Blog proudly built using <a href="/posts/elog-1-blog.html">org-mode</a>!