diff --git a/Visual Studio Code Projects/Day-57/templates/index.html b/Visual Studio Code Projects/Day-57/templates/index.html index 2557cbe..c351829 100644 --- a/Visual Studio Code Projects/Day-57/templates/index.html +++ b/Visual Studio Code Projects/Day-57/templates/index.html @@ -1,11 +1,16 @@ + My Website -

- Hello World! -

+

Hello World!

+

{{ 5 * 6}}

+

Random Number: {{ num }}

+Go To Blog + \ No newline at end of file