File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
frontend/src/views/layouts Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 3
3
head
4
4
meta( charset ='utf-8' )
5
5
meta( name ='viewport' content ='width=device-width, initial-scale=1, shrink-to-fit=no' )
6
- title= ' My Project'
7
- link( href ='/css/bootstrap.min.css' rel ='stylesheet' )
6
+ title= ' Example - Node.js, Express, Pug, and Bootstrap'
8
7
link( href ='/css/application.css' rel ='stylesheet' )
9
8
link( rel ='shortcut icon' type ='image/jpg' href ='/img/favicon.ico' )
10
9
body
18
17
footer.container-fluid.navbar-dark.bg-dark
19
18
include footer-partial
20
19
script( src ='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js' )
21
- script( src ='https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js' )
22
- script( src ='/js/bootstrap.bundle.min.js' )
23
20
block js
You can’t perform that action at this time.
0 commit comments