File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > Parse Serve example</ title >
5
5
< link href ="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-min.css " rel ="stylesheet ">
6
- < link href ="/static /assets/css/style.css " rel ="stylesheet ">
6
+ < link href ="/public /assets/css/style.css " rel ="stylesheet ">
7
7
</ head >
8
8
9
9
< body >
10
10
< div class ="container ">
11
11
< div class ="align-center ">
12
- < img id ="parse-logo " src ="/static /assets/images/parse-logo.png ">
12
+ < img id ="parse-logo " src ="/public /assets/images/parse-logo.png ">
13
13
</ div >
14
14
15
15
< div class ="advice ">
96
96
97
97
</ div >
98
98
< script src ="https://code.jquery.com/jquery-2.2.0.min.js "> </ script >
99
- < script src ="/static /assets/js/script.js "> </ script >
99
+ < script src ="/public /assets/js/script.js "> </ script >
100
100
</ body >
101
101
</ html >
You can’t perform that action at this time.
0 commit comments