From e6373d0535ba95802089310500793885d29d944f Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 3 Aug 2024 11:15:36 +0200 Subject: [PATCH] feat: redesign layout with hero section and footer Added a hero section for better user engagement and moved informational content into a clearer main section. The footer with a credit link enhances credibility. Extra styling improves readability with a structured presentation. Updated bootstrap resource links for consistency. --- templates/index.html | 56 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 43 insertions(+), 13 deletions(-) diff --git a/templates/index.html b/templates/index.html index 8cc4f8d..4938d1c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,26 +8,56 @@ /> nobsdelivr + -
-

Welcome to nobsdelivr

+
+
+

Welcome to nobsdelivr

+

+ nobsdelivr is a simple proxy to cdn.jsdelivr.net. Use it to proxy your + requests to the CDN. +

+
+
+

- nobsdelivr is a simple proxy to cdn.jsdelivr.net. Use it to proxy your - requests to the CDN. -

-
-

To use the proxy, simply replace - https://cdn.jsdelivr.net with {{ domain }} in + https://cdn.jsdelivr.net/ with {{ domain }} in the URL.

Example:

- {{ domain }}npm/bootstrap@5.1.3/dist/css/bootstrap.min.css -
- +
+ {{ domain }}npm/bootstrap@5.1.3/dist/css/bootstrap.min.css +
+ + + - + \ No newline at end of file