Use local bootstrap5 files
This commit is contained in:
parent
9fbf4fb172
commit
06f836e13f
|
@ -0,0 +1 @@
|
||||||
|
/usr/share/javascript/bootstrap5/
|
|
@ -2,10 +2,7 @@
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<title>Calculateur TGVMax</title>
|
<title>Calculateur TGVMax</title>
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css"
|
<link href="/static/bootstrap5/css/bootstrap.min.css" rel="stylesheet">
|
||||||
rel="stylesheet"
|
|
||||||
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"
|
|
||||||
crossorigin="anonymous">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form id="form" action="#">
|
<form id="form" action="#">
|
||||||
|
@ -39,9 +36,7 @@
|
||||||
<div id="result"></div>
|
<div id="result"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
|
<script src="/static/bootstrap5/js/bootstrap.bundle.min.js"></script>
|
||||||
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
|
|
||||||
crossorigin="anonymous"></script>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
fetch('/api/iata-codes/').then(res => res.json()).then(out => {
|
fetch('/api/iata-codes/').then(res => res.json()).then(out => {
|
||||||
|
|
Loading…
Reference in New Issue