summaryrefslogtreecommitdiff
path: root/public/categories/code/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/categories/code/index.html')
-rw-r--r--public/categories/code/index.html75
1 files changed, 75 insertions, 0 deletions
diff --git a/public/categories/code/index.html b/public/categories/code/index.html
new file mode 100644
index 0000000..c5e2952
--- /dev/null
+++ b/public/categories/code/index.html
@@ -0,0 +1,75 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="utf-8">
+
+<title>code | garhve&#x27;s gibberish</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">[Category: code]</p>
+
+
+<p>
+ <div class="date">
+ 2022-09-29
+ </div>
+ <div class="archive_title">
+ <a href="https://blog.garhve.com/post/mess-with-bash-2/">Mess with Bash(2)</a>
+ </div>
+</p>
+
+<p>
+ <div class="date">
+ 2022-09-12
+ </div>
+ <div class="archive_title">
+ <a href="https://blog.garhve.com/post/escape-sequence/">Escape Sequences</a>
+ </div>
+</p>
+
+<p>
+ <div class="date">
+ 2022-08-25
+ </div>
+ <div class="archive_title">
+ <a href="https://blog.garhve.com/post/mess-with-bash-1/">Mess with bash(1)</a>
+ </div>
+</p>
+
+
+
+ </div>
+ </section>
+</body>
+
+<div class="footer">
+ &emsp;&copy; garhve
+</div>
+
+</html>