Add dark mode
This commit is contained in:
parent
bcd45d9006
commit
2588ef9729
5 changed files with 72 additions and 36 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html data-bs-theme="dark">
|
||||
|
||||
<head>
|
||||
<title>List Files</title>
|
||||
|
@ -7,6 +7,7 @@
|
|||
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/static/build/list.js" type="text/javascript"></script>
|
||||
<script src="/static/build/darkmode.js" type="text/javascript"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue