diff options
author | garhve <git@garhve.com> | 2023-02-14 18:29:13 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2023-02-14 18:29:13 +0800 |
commit | 734f042c9d99e0110d5e4cf8f2994a5ce27385d1 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /public/categories/cs/index.html | |
parent | 92e08c404fa53f304dec7490c4acb4b45dd0d7df (diff) |
delete zola
Diffstat (limited to 'public/categories/cs/index.html')
-rw-r--r-- | public/categories/cs/index.html | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/public/categories/cs/index.html b/public/categories/cs/index.html deleted file mode 100644 index 72d9525..0000000 --- a/public/categories/cs/index.html +++ /dev/null @@ -1,57 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - -<head> - <meta charset="utf-8"> - -<title>cs | garhve's gibberish</title> - - - <link rel="shortcut icon" type="image/png" href="/images/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://blog.garhve.com/images/logo.png" alt="garhve's gibberish" - width="70" height=auto></a></p> - <p><a href="/"> garhve's gibberish</a></p> - </div> - <div class="menu"> - <!-- <a href="/tags">tags</a> - --><a href="/categories">categories</a> - </div> -</div> - -<body onload="getTheme()"> - <section class="section"> - <div class="container"> - -<p class="archive_title">[Category: cs]</p> - - -<p> - <div class="date"> - 2022-09-03 - </div> - <div class="archive_title"> - <a href="https://blog.garhve.com/post/architecture-of-linux-kernel/">Architecture of Linux Kernel</a> - </div> -</p> - - - - </div> - </section> -</body> - -<div class="footer"> -  © garhve -</div> - -</html> |