diff options
author | axtlos <axtlos@getcryst.al> | 2024-05-31 22:42:08 +0200 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2024-05-31 22:42:08 +0200 |
commit | ffe95743948bb4a47cc92c88f758900f1aae6078 (patch) | |
tree | 60a71380241040c18ab872a224031e16e261cd14 /flatpakisnotthefuture.html | |
parent | c027bc5edec6505da95490ab1acefe5cd6c35359 (diff) | |
download | website-ffe95743948bb4a47cc92c88f758900f1aae6078.tar.gz website-ffe95743948bb4a47cc92c88f758900f1aae6078.tar.bz2 |
Add html files
Diffstat (limited to 'flatpakisnotthefuture.html')
-rw-r--r-- | flatpakisnotthefuture.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/flatpakisnotthefuture.html b/flatpakisnotthefuture.html new file mode 100644 index 0000000..ce54f71 --- /dev/null +++ b/flatpakisnotthefuture.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <meta name="description" content="a response to flatpak is not the future"/> + <link rel="stylesheet" href="./oldstyle.css" type="text/css" media="all"/> + <title>A response to "Flatpak Is Not The Future"</title> +</head> +<body> + <script src="./antiChrome_Brave.js"></script> + +<table class="head"> + <tr> + <td class="head-ltitle">Flatpak is not the future</td> + <td class="head-vol">Indeed it is not</td> + <td class="head-rtitle">it is the present</td> + </tr> +</table> +<p class="Pp">On 2021-11-18 Nicholas Fraser published the article <a class="Lk" href="https://ludocode.com/blog/flatpak-is-not-the-future">Flatpak Is Not the Future</a> this response will go over this article and adress some of the core points of it.</p> + +<h2>Flatpak Is Not the Future</h2> +<p class="Pp">Preach! It really isn't the future</p> +<p class="Pp">It's the present</p> +<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> |