summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2023-03-01 13:58:21 +0100
committerDimitri Sokolyuk <sokolyuk@gmail.com>2023-03-01 13:58:21 +0100
commit0cece4794fc83a15ea89835d4d434fbf4237c8f2 (patch)
treeb4c21388ef477682dd0fc3a7aba00da1469f9a4f
parent7b75a796fc72d98c84472c68c7a63d0766b8d964 (diff)
Update bootstrap
-rw-r--r--htdocs/template/root.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/htdocs/template/root.tmpl b/htdocs/template/root.tmpl
index 9184490..4592779 100644
--- a/htdocs/template/root.tmpl
+++ b/htdocs/template/root.tmpl
@@ -9,7 +9,10 @@
<meta charset="utf-8">
<meta name="google-site-verification" content="3cwuN4OwVfNZEGTw5Q9UotI2AJCTzr8F7QB8uhtfAWo">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
+
+ <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 rel="stylesheet" href="https://fonts.googleapis.com/css2?family=B612&family=B612+Mono&display=swap">
<link rel="stylesheet" href="/static/style.css">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.atom">