diff options
author | axtlos <axtlos@getcryst.al> | 2023-11-23 18:59:35 +0100 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2023-11-23 18:59:35 +0100 |
commit | 0873a9c8d8c2ba811871032992c3c051070f2d80 (patch) | |
tree | e9f4efb4bbc89a684c9dc2d0a9176866804bdb72 /texts/flatpakisforthelazy.html | |
parent | eaf8f88c1bfbe5b3c21354865d783cf3a359c95d (diff) | |
download | website-0873a9c8d8c2ba811871032992c3c051070f2d80.tar.gz website-0873a9c8d8c2ba811871032992c3c051070f2d80.tar.bz2 |
add texts and modify main page
Diffstat (limited to 'texts/flatpakisforthelazy.html')
-rw-r--r-- | texts/flatpakisforthelazy.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/texts/flatpakisforthelazy.html b/texts/flatpakisforthelazy.html new file mode 100644 index 0000000..a3ab84e --- /dev/null +++ b/texts/flatpakisforthelazy.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <link rel="stylesheet" href="./style.css" type="text/css" media="all"/> + <title>A response to "Developers are lazy, thus flatpak"</title> +</head> +<body> +<table class="head"> + <tr> + <td class="head-ltitle">Developers are lazy</td> + <td class="head-vol">yes we are</td> + <td class="head-rtitle">cope</td> + </tr> +</table> +<p class="Pp">On 2023-06-03 15:58:47.614000 martijn braam published the article <a class="Lk" href="https://blog.brixit.nl/developers-are-lazy-thus-flatpak/">Developers are lazy, thus flatpak</a> this response will go over this article and adress some of the core points of it.</p> + +<h2>Developers are lazy, thus flatpak</h2> +<img src="./yes.png" alt="a drawing of a man with a blonde beard and hair with the caption 'yes'" width="500" height="500"/> +<table class="foot"> + <tr> + <td class="foot-date">CC BY-SA 4.0</td> + <td class="foot-home"><a href="https://axtlos.neocities.org">Go To Main Page</a></td> + <td class="foot-os">Tears of flatpak haters</td> + </tr> +</table> +</body> +</html> |