Add CSS file and fix datepicker display error

This commit is contained in:
Muyao CHEN
2024-06-29 17:50:33 +02:00
parent 310f61539c
commit b3eb96845a
8 changed files with 19 additions and 45 deletions

View File

@ -7,7 +7,7 @@
<title>My hotel project</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link href="css/style.css" rel="stylesheet">
<link href="static/css/style.css" rel="stylesheet">
</head>
<body>