We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3999e4 commit 3147d6bCopy full SHA for 3147d6b
Lecture_12/02-Templating/index.html
@@ -32,8 +32,7 @@ <h1><u>02 - Templating</u></h1>
32
// javascript or css files in home.ejs template file,
33
// we create a folder "public" in our project directory.
34
35
-// inside public, we create two folders,
36
-<a href="./public/js/">js</a> and <a href="./public/css/">css</a>
+// inside public, we create two folders, "js" and "css"
37
// once done, put your js and css files in these two folders.
38
39
// then, after this add below to head tag of home.ejs:
0 commit comments