1
0
Fork 0
forked from ilot/ilot-io

templates/page.tmpl: pull style.css

This commit is contained in:
Antoine Martin 2024-09-11 14:48:04 -04:00
parent 921075ee7e
commit a176112468
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -20,6 +20,9 @@
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- ikiwiki CSS -->
<link href="<TMPL_VAR BASEURL>css/style.css" rel="stylesheet" />
<!-- Bootstrap core CSS -->
<!-- those checksums can be verified with: shasum -b -a 384 $file | xxd -r -p | base64 -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">