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 33 < head >
44 < title > Parse Serve example</ title >
55 < 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 ">
77 </ head >
88
99 < body >
1010 < div class ="container ">
1111 < 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 ">
1313 </ div >
1414
1515 < div class ="advice ">
9696
9797 </ div >
9898 < 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 >
100100 </ body >
101101</ html >
You can’t perform that action at this time.
0 commit comments