From df808ac5de41cc753a67282742d25dfed8f16580 Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Sat, 6 Apr 2024 13:34:21 +0300 Subject: [PATCH] feat: Fix Dead link --- pages/static.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/static.md b/pages/static.md index 2a41441..223b0c0 100644 --- a/pages/static.md +++ b/pages/static.md @@ -21,7 +21,7 @@ Once you've got it cloned, dive into the index.html file, make your tweaks, and ## Usage -Inside the `index.html` file, you'll find a style section with a customizable color palette. Want a change? Go for it! Modify the text, add elements as you wish. For a inspiration, check out the [Demo Page](/demo/). Creating cards like the warning card? Just add an element with the id "`warning`", toss in an `

` and a `

`, and you're good to go. +Inside the `index.html` file, you'll find a style section with a customizable color palette. Want a change? Go for it! Modify the text, add elements as you wish. For a inspiration, check out the [Demo Page](/demo). Creating cards like the warning card? Just add an element with the id "`warning`", toss in an `

` and a `

`, and you're good to go. > [!warning] ⚠ Warning > Please note that this template may have a slight lag behind the latest version. This intentional approach allows for a greater focus on improving the main version rather than constantly catching up with every release. After about six major commits, the template will receive a polished update to the latest version.