aboutsummaryrefslogtreecommitdiff
path: root/bcst/themes/default/index.html
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2020-04-22 10:03:04 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2020-04-22 10:03:04 +0200
commit586e35e3906214fc964714dd60091b290400ba1d (patch)
tree34fcc2b46d8a95abadd454773edcc94c48df6ffc /bcst/themes/default/index.html
parent24ef10da650d091e67bd82ec3f9b329bcee1a15e (diff)
Clean theme and improve api
Diffstat (limited to 'bcst/themes/default/index.html')
-rw-r--r--bcst/themes/default/index.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/bcst/themes/default/index.html b/bcst/themes/default/index.html
index 82133cb..e82802f 100644
--- a/bcst/themes/default/index.html
+++ b/bcst/themes/default/index.html
@@ -4,18 +4,18 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="assets/style.css">
<!-- Removed custom title -->
-<!-- Meta injected by Custom Start Page for SEO purposes -->
-<title>{{ title }}</title>
-<meta name="description" content="Jazz is a free, open source and customisable start page for your browser, hosted by Custom Start Page.">
-</head><span id="warning-container"><i data-reactroot=""></i></span><link type="text/css" id="dark-mode" rel="stylesheet" href=""><style type="text/css" id="dark-mode-custom-style"></style>
+ <!-- Meta injected by Custom Start Page for SEO purposes -->
+ <title>{{ title }}</title>
+ <meta name="description" content="Jazz is a free, open source and customisable start page for your browser, hosted by Custom Start Page.">
+ </head>
+ <span id="warning-container">
+ <i data-reactroot=""></i>
+ </span>
+ <link type="text/css" id="dark-mode" rel="stylesheet" href="">
+ <style type="text/css" id="dark-mode-custom-style"></style>
+ <body>
-<body>
- <!--div id="clock"-->
- <!--span id="date"--><!--/span-->
- <!--span class="slash"--><!--/span-->
- <!--span id="time"--><!--/span-->
- <!--/div-->
<main>
{% for key,value in bookmarks.items() %}
<section>
@@ -33,5 +33,5 @@
</main>
<script src="assets/script.js"></script>
-</body>
+ </body>
</html>