Skip to content

Commit

Permalink
favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkades committed Sep 29, 2021
1 parent 66cda62 commit 102d8c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def do_GET(self):
theme = env['THEME'] if 'THEME' in env else 'default'
with open(f'themes/{theme}.css', 'rb') as file:
self.wfile.write(file.read())

else:
super().do_GET()


if __name__ == '__main__':
dockerpanel()
Binary file added icons/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{TITLE}}</title>

<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css">
<link rel="stylesheet" href="theme">
<link rel="stylesheet" href="styles.css">
</head>

<link rel="icon" type="image/png" href="/icons/favicon.png">
<body id="body">
<header id="header">
<div class="container">
Expand Down

0 comments on commit 102d8c1

Please sign in to comment.