[FE] moves bootstrap.min.css to be local
This commit is contained in:
parent
ffe0a0b688
commit
313da1b1e9
1
BUILD
1
BUILD
|
|
@ -13,6 +13,7 @@ par_binary(
|
|||
],
|
||||
data=[
|
||||
"templates/index.html",
|
||||
"static/bootstrap.min.css",
|
||||
"static/jquery-3.6.1.min.js",
|
||||
"static/bootstrap.bundle.min.js",
|
||||
"static/jquery.sketchable.min.js",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -7,8 +7,7 @@
|
|||
<meta name="description" content="Stable Diffusion Online">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
|
||||
<link href="{{ url_for('static',filename='bootstrap.min.css') }}" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue