From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLOCKED, URIBL_DBL_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1695548760; bh=wwp2oebEnWoe+DLM/WH35yCdBg+k49Ri91yZYIj3Xdc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=jMh2jGW/YJiavZXd+C+mw8r8C7q6tgP3J2420Nm+Z1iTOc0A+gKR6kKJ+du2veNbR vwXzl4BIWptvxyycwXiYHe1H0ob7sAdz/tx11Pj/bgVY+WdjjxsEWtMiPX1jmx1qQC F8tCDebQl91DHTB7+PBCURaeYpjATRTnlCpWz8ffvBi9XaJXQCygO+bEUTtHQlxfNm MRTmqF4nJZSf+9P2QBQX1iW9V9X5CNBfgmMziZA4AlUIsNluj6id17LPrQZ/MZ6Qen eyu85E9nEYw7cYjUKQyFkTc/XQVGSmj/DsQxdZ7wZYeVztWpkF/aWifsH32fG9Gjti x6OnISJXG/uSg== Received: from localhost.localdomain (unknown [101.128.125.146]) by gnuweeb.org (Postfix) with ESMTPSA id 0839824B711; Sun, 24 Sep 2023 16:45:58 +0700 (WIB) From: Muhammad Rizki To: Ammar Faizi Cc: Muhammad Rizki , Alviro Iskandar Setiawan , Arthur Lapz , Memet Zx , GNU/Weeb Mailing List Subject: [PATCH v3 05/11] chore(page): add newlines to enhance Developer Experience Date: Sun, 24 Sep 2023 16:45:26 +0700 Message-Id: <20230924094532.1662-6-kiizuha@gnuweeb.org> X-Mailer: git-send-email 2.34.1.windows.1 In-Reply-To: <20230924094532.1662-1-kiizuha@gnuweeb.org> References: <20230924094532.1662-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This commit adds newlines to improve code readability. Signed-off-by: Muhammad Rizki --- index.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e9da0a7..af65fcc 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ + @@ -12,11 +13,13 @@ + GNU/Weeb Landing + - +
+ +
+ +
+ +
+ +
+
+

© 2023 GNU/Weeb.
Licensed under BSD 3-Clause License.

+ + + -- Muhammad Rizki