Add stuff page

This commit is contained in:
2023-03-17 19:08:03 -04:00
parent 58b3ba2502
commit a274350add
4 changed files with 58 additions and 7 deletions

View File

@ -1,4 +1,9 @@
.PHONY: update-bootstrap
update-bootstrap:
curl -L "https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css" -o assets/bootstrap.min.css
curl -L "https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.min.js" -o assets/bootstrap.min.js
.PHONY: build
build:
./build.sh