Add bootstrap and index.html

This commit is contained in:
2023-03-16 00:08:25 -04:00
parent 246e543ddc
commit 6ec522997f
7 changed files with 68 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
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