File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ echo "Downloading assets to $ASSETS_DIR"
1111
1212curl -Lf -o " $ASSETS_DIR /normalize.min.css" " https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"
1313curl -Lf -o " $ASSETS_DIR /jquery.min.js" " https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"
14- curl -Lf -o " $ASSETS_DIR /prefixfree.min.js" " https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"
1514# The font CSS from FontLibrary may require manual download or adjustments. This URL may return an HTML wrapper.
1615curl -Lf -o " $ASSETS_DIR /anka-coder-condensed.css" " https://fontlibrary.org//face/anka-coder-condensed" || true
1716
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ <h2>For work inquiries<br>
105105 </ div >
106106 </ div >
107107</ section >
108- < script src ="./assets/prefixfree.min.js "> </ script >
109108 < script src ="./script.js "> </ script >
110109</ body >
111110</ html >
You can’t perform that action at this time.
0 commit comments