Skip to content

Commit

Permalink
Update base.jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Jan 10, 2024
1 parent fa3d0ad commit d2642a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/components/base.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en" style="scrollbar-gutter: stable">
<head>
<title>Artemis</title>
<meta charset="utf-8">

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css" integrity="sha512-SbiR/eusphKoMVVXysTKG/7VseWii+Y3FdHrt0EpKgpToZeemhqHeZeLWLhJutz/2ut2Vw1uQEj2MbRF+TVBUA==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.21/css/dataTables.bootstrap4.min.css" integrity="sha512-PT0RvABaDhDQugEbpNMwgYBCnGCiTZMh9yOzUsJHDgl/dMhD9yjHAwoumnUk3JydV3QTcIkNDuN40CJxik5+WQ==" crossorigin="anonymous" />
Expand Down

0 comments on commit d2642a0

Please sign in to comment.