summaryrefslogtreecommitdiff
path: root/public/categories/index.html
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2023-01-02 06:02:01 +0800
committergarhve <git@garhve.com>2023-01-02 06:02:01 +0800
commitbe772f40c42711de54a3331db2781b1511acba9d (patch)
tree0808a7750d3c1055b0e86071c219d872775b1f92 /public/categories/index.html
parent3ae5ecf803ed2d4ece2c9da6d91aae0f075c5b0c (diff)
change to zola
Diffstat (limited to 'public/categories/index.html')
-rw-r--r--public/categories/index.html64
1 files changed, 64 insertions, 0 deletions
diff --git a/public/categories/index.html b/public/categories/index.html
new file mode 100644
index 0000000..c9bdb10
--- /dev/null
+++ b/public/categories/index.html
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="utf-8">
+
+<title>Categories</title>
+
+
+ <link rel="shortcut icon" type="image/png" href="&#x2F;images&#x2F;favicon.png">
+ <meta name="viewport" content="width=device-width,initial-scale=1">
+
+ <link id="stylesheet" rel="stylesheet" type="text/css" href="/dark.css">
+
+ <script type="text/javascript" src="/js/theme.js"></script>
+
+</head>
+
+<div class="header">
+ <div class="site_title">
+ <p><a href="/"><img src="https:&#x2F;&#x2F;blog.garhve.com&#x2F;images&#x2F;logo.ico" alt="garhve&#x27;s gibberish"
+ width="70" height=auto></a></p>
+ <p><a href="/">&nbsp;garhve&#x27;s gibberish</a></p>
+ </div>
+ <div class="menu">
+ <!-- <a href="/tags">tags</a>
+ &nbsp;--><a href="/categories">categories</a>
+ </div>
+</div>
+
+<body onload="getTheme()">
+ <section class="section">
+ <div class="container">
+
+<p class="archive_title">[Categories]</p>
+
+<ul>
+
+ <li>
+ <a href="https:&#x2F;&#x2F;blog.garhve.com&#x2F;categories&#x2F;code&#x2F;">/code</a>
+ (3)
+ </li>
+
+ <li>
+ <a href="https:&#x2F;&#x2F;blog.garhve.com&#x2F;categories&#x2F;cs&#x2F;">/cs</a>
+ (1)
+ </li>
+
+ <li>
+ <a href="https:&#x2F;&#x2F;blog.garhve.com&#x2F;categories&#x2F;period&#x2F;">/period</a>
+ (7)
+ </li>
+
+</ul>
+
+ </div>
+ </section>
+</body>
+
+<div class="footer">
+ &emsp;&copy; garhve
+</div>
+
+</html>