deprecation notie
This commit is contained in:
parent
de43978359
commit
83afd364eb
@ -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
|
## Dynamic Content Delivery
|
||||||
|
|
||||||
A static website that returns appropriate content to the website user based on the provided ID.
|
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
|
|||||||
|
|
||||||
<!-- TEMPLATE ENDS -->
|
<!-- TEMPLATE ENDS -->
|
||||||
```
|
```
|
||||||
This is the **template directory** of the HTML file.
|
This is the **template section** of the HTML file.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```html
|
```html
|
||||||
@ -53,4 +57,4 @@ const DATA = {
|
|||||||
|
|
||||||
## Custom styles
|
## Custom styles
|
||||||
This website supports custom CSS. Just edit [this](data/custom-style.css) file.
|
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.
|
If provided style doesn't work, try adding `!important` to the end of CSS rule.
|
||||||
|
Loading…
Reference in New Issue
Block a user