From a05a7f5b96568c8e2d3c94d2fc39c57d36e81844 Mon Sep 17 00:00:00 2001 From: gabry Date: Fri, 2 Jan 2026 14:51:54 +0100 Subject: [PATCH] initial idea --- LICENSE | 2 +- femboyos.svg | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 59 ++++++++++++++++++++++ style.css | 0 4 files changed, 196 insertions(+), 1 deletion(-) create mode 100644 femboyos.svg create mode 100644 index.html create mode 100644 style.css diff --git a/LICENSE b/LICENSE index f227770..19bc6f7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2026 by FemboyOS +Copyright (C) 2026 by Gabriel Di Martino Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. diff --git a/femboyos.svg b/femboyos.svg new file mode 100644 index 0000000..df22539 --- /dev/null +++ b/femboyos.svg @@ -0,0 +1,136 @@ + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..82385ca --- /dev/null +++ b/index.html @@ -0,0 +1,59 @@ + + + + + + FemboyOS + + + + + + +

FemboyOS GNU/Linux Distro

+ +

FemboyOS (or femos) is a new GNU/Linux distro that aims to be.. nothing special really.
+ It's made completely from scratch, I'm the only one maintaining it as of now.. and yea that's about it ig. +

+ + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29