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_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=1695460549; bh=wwp2oebEnWoe+DLM/WH35yCdBg+k49Ri91yZYIj3Xdc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=W/Lolo8IMIpSqO8azeNyNE/RTRddgmzOlDxdYLF09XARojS+MnDPXr15jodWink5V p1QJ/+xZ6S/ZTvfXDYMMR3ZcmAeAUz9+aY6UQAG5fr5kv1hORUQ1Z6S+HXgYvLg/Zo gyJQEDJtrHUnUsSk+aPvZAYvaGcvjAllqGDql2Gmclc87EEwxKXf5dsXUNt+ctuICz P8P190cANbFNtvmkJNXB/V5Gl5ugYyS2dX77Gy/Got66yXnhAEn8KZf3kzXw5sqK3f ykUMjvKJZwNiYn6Wg+7Fy59bEy6FDhL0GEIGz+ps1Qt3lumpj/gHmdWB4e6R5y6ckC pJBQpaFIqhraQ== Received: from localhost.localdomain (unknown [175.158.50.129]) by gnuweeb.org (Postfix) with ESMTPSA id 8E60224B6CF; Sat, 23 Sep 2023 16:15:47 +0700 (WIB) From: Muhammad Rizki To: Ammar Faizi Cc: Muhammad Rizki , Alviro Iskandar Setiawan , Arthur Lapz , Memet Zx , GNU/Weeb Mailing List Subject: [PATCH v2 05/11] chore(page): add newlines to enhance Developer Experience Date: Sat, 23 Sep 2023 16:15:08 +0700 Message-Id: <20230923091514.1835-6-kiizuha@gnuweeb.org> X-Mailer: git-send-email 2.34.1.windows.1 In-Reply-To: <20230923091514.1835-1-kiizuha@gnuweeb.org> References: <20230923091514.1835-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