From 83afd364eb5bd14f4614260bb9f803ee2b145852 Mon Sep 17 00:00:00 2001 From: franek <97941280+sadorowo@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:35:34 +0100 Subject: [PATCH] deprecation notie --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea600dd..04f0de6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +**UPDATE:** New version of DCD! +So... This is really insecure. Everyone can look at your .js file and steal all IDs. +New version of DCD is available [here](https://github.com/sadorowo/dynamic-content-delivery). + ## Dynamic Content Delivery A static website that returns appropriate content to the website user based on the provided ID. @@ -18,7 +22,7 @@ Firstly, create template for your webpage. Go to [index.html](index.html) and ed ``` -This is the **template directory** of the HTML file. +This is the **template section** of the HTML file. Example: ```html @@ -53,4 +57,4 @@ const DATA = { ## Custom styles This website supports custom CSS. Just edit [this](data/custom-style.css) file. -If provided style doesn't work, try adding `!important` to the end of CSS rule. \ No newline at end of file +If provided style doesn't work, try adding `!important` to the end of CSS rule.