Skip to content

Commit

Permalink
refactor: Use bootstrap from FNorden.net
Browse files Browse the repository at this point in the history
instead of a foreign CDN.
  • Loading branch information
AiyionPrime committed Jan 4, 2025
1 parent fd97e0f commit c71ca8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<html lang="en">
<head>
<title>FNorden e.V. - Mitgliedsantrag</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link href="https://fnorden.net/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- HTMX -->
<script src="https://unpkg.com/[email protected]"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit c71ca8e

Please sign in to comment.