From e753301e3361a0adf771dbe3a7a944bcfffe1828 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Thu, 17 Oct 2024 18:48:08 -0300 Subject: [PATCH] chore: remove duplicated features some mistake on my end while rebasing --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 7e098a2..42a90d5 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,6 @@ abyss is a basic and mostly single user http server written in go made for uploa
this is abyss' default home page
-## features - -- **file uploads**: supports uploading various file types, including images, videos, and documents. -- **flexible media display**: automatically renders uploaded files on a webpage based on their type (images, pdfs, videos, or plain text). -- **customizable interface**: allows for easy modification of color schemes and layout to suit specific design needs. -- **syntax highlighting for code**: syntax highlighting available by default for code files, with support for multiple programming languages. (can be tweaked/changed and even removed) -- **security considerations**: as it is single user, it's mostly secure but there are still some edges to sharpen - ## table of contents - [features](#features)