Skip to content

Commit 3147d6b

Browse files
committed
updated 02-Templating in Lecture_12
1 parent f3999e4 commit 3147d6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lecture_12/02-Templating/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ <h1><u>02 - Templating</u></h1>
3232
// javascript or css files in home.ejs template file,
3333
// we create a folder "public" in our project directory.
3434

35-
// inside public, we create two folders,
36-
<a href="./public/js/">js</a> and <a href="./public/css/">css</a>
35+
// inside public, we create two folders, "js" and "css"
3736
// once done, put your js and css files in these two folders.
3837

3938
// then, after this add below to head tag of home.ejs:

0 commit comments

Comments
 (0)