summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2023-10-05 14:07:50 +0200
committerDimitri Sokolyuk <sokolyuk@gmail.com>2023-10-05 14:07:50 +0200
commitf2e141a27887b0118d5d8eddac46116d17fe9143 (patch)
tree154dad7babaa0d09527e8aa800ebdf56b728aaaa
parent40bf1ef82610a561c28ef16bd4275dff692b22fe (diff)
Update bootstrap
-rw-r--r--htdocs/template/root.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/template/root.tmpl b/htdocs/template/root.tmpl
index 4592779..fb7a3a5 100644
--- a/htdocs/template/root.tmpl
+++ b/htdocs/template/root.tmpl
@@ -10,8 +10,8 @@
<meta name="google-site-verification" content="3cwuN4OwVfNZEGTw5Q9UotI2AJCTzr8F7QB8uhtfAWo">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=B612&family=B612+Mono&display=swap">
<link rel="stylesheet" href="/static/style.css">