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 88 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
99 < link href ="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap " rel ="stylesheet ">
1010 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-tomorrow.min.css ">
11- < link rel ="stylesheet " href ="assets/style.css ">
11+ < link rel ="stylesheet " href ="./ assets/style.css ">
1212 < script src ="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js "> </ script >
1313 < script src ="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-python.min.js "> </ script >
1414
@@ -78,7 +78,7 @@ <h3>What You'll Learn</h3>
7878 </ main >
7979 </ div >
8080
81- < script src ="assets/app.js " defer > </ script >
81+ < script src ="./ assets/app.js " defer > </ script >
8282
8383< footer class ="site-footer ">
8484 < div class ="footer-inner ">
@@ -91,4 +91,4 @@ <h3>What You'll Learn</h3>
9191 ( function ( ) { var y = document . getElementById ( 'year' ) ; if ( y ) { y . textContent = new Date ( ) . getFullYear ( ) ; } } ) ( ) ;
9292</ script >
9393</ body >
94- </ html >
94+ </ html >
You can’t perform that action at this time.
0 commit comments