summaryrefslogtreecommitdiff
path: root/public/categories/code/index.html
blob: ef76831e9a923dfa8952e3466aa2f101f71fc2b4 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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.png" 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>