diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-08-11 21:29:32 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-08-16 14:09:09 +0530 |
commit | 81a6aa509a66184d67bdbddae15536e9403ddad7 (patch) | |
tree | 6a949fe0e103cd205f8663dbb3820f7e50c48a72 /blog/index.html | |
parent | 8540c31afdbc88bb8ba2e67046a9a25820d8d6c9 (diff) |
deperecate an article gonna write a better one
make website more readable
Diffstat (limited to 'blog/index.html')
-rw-r--r-- | blog/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..2fcfb98 --- /dev/null +++ b/blog/index.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html> + <head> +<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> +<link rel='stylesheet' type='text/css' href='style.css'> +<meta property="og:title" content="Ghativega.in"> +<meta property="og:description" content="Personal site of arnavbhatt288."> +<meta http-equiv="pragma" content="no-cache"> +<meta http-equiv="cache-control" content="no-cache"> +<title>Ghativega</title> +<style> +img { border: none ;} +</style> +</head> +<body> +<div class = logo><img src="assets/images/logo.png" alt="Ghativega"></div> +<ul class = navbar> +<li><a class="active", href="index.html">Home</a></li> +<li><a href="about.html">About</a></li> +<li><a href="contact.html">Contact</a></li> +<li><a href="https://git.ghativega.in/explore/repos">Softwares</a></li> +<li><a href="donate.html">Donate</a></li> +</ul> +<hr> +<main> +<p>Tags:<a href="@anti-consumer.html">anti-consumer</a>, <a href="@eepsites.html">eepsites</a>, <a href="@i2p.html">i2p</a>, <a href="@monopoly.html">monopoly</a>, <a href="@open-source.html">open-source</a>, <a href="@privacy.html">privacy</a>, <a href="@rant.html">rant</a>, <a href="@reactos.html">reactos</a>, <a href="@software.html">software</a>, <a href="@update.html">update</a></p><ul class = "blog"> +<li><a href="indian-government-e2ee-ban-is-useless.html">Indian Government Ban on Element Is Stupid</a><p>Date of publish: 18/06/2023</p></li> +<li><a href="2023-update.html">2023 Update</a><p>Date of publish: 17/02/2023</p></li> +<li><a href="code-of-conduct-does-more-harm-than-good.html">Code of conduct does more harm than good</a><p>Date of publish: 01/01/2023</p></li> +<li><a href="why-i-have-degoogled-my-phone.html">Why I have degoogled my phone</a><p>Date of publish: 15/11/2022</p></li> +<li><a href="international-transactions-are-nightmare.html">International transactions are nightmare</a><p>Date of publish: 08/11/2022</p></li> +<li><a href="reactos-ramdisk-creator-gui.html">ReactOS RAMDisk Creator GUI</a><p>Date of publish: 16/09/2022</p></li> +<li><a href="artificial-software-level-lockdowns.html">Artificial software-level lockdowns</a><p>Date of publish: 25/08/2022</p></li> +</ul> +</main><div class = footer><p>2023 ghativega.in | Powered by <a href="https://pedantic.software/git/blogit/">blogit</a> | <a href="atom.xml">Atom RSS</a></p></div></body></html> |