Skip to content

Commit d6b4627

Browse files
committed
Switch to bootstrap local
1 parent 478c289 commit d6b4627

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

static/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88

99
<!-- Bootstrap CSS -->
10-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
10+
<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap.min.css') }}"
1111
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
1212

1313
<title>{{name}}101</title>

0 commit comments

Comments
 (0)