diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2020-04-22 07:39:07 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2020-04-22 07:39:07 +0200 |
| commit | a7217345e1cf9fa878e271fcc199f9a18eb9637f (patch) | |
| tree | 638d5bcc4e4388ebcb08c9e75ced9d759bb1f3f4 /themes/default/index.html | |
| parent | 5c0cc8e2f4fd632445079abc7af1b65ca0d3a8e0 (diff) | |
Debug package
Diffstat (limited to 'themes/default/index.html')
| -rw-r--r-- | themes/default/index.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/themes/default/index.html b/themes/default/index.html deleted file mode 100644 index 82133cb..0000000 --- a/themes/default/index.html +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html> -<html><head> - <meta name="viewport" content="width=device-width,initial-width=1"> - <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> - - -<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> - <div class="box"><span class="title">{{ key }}</span> - <div class="content"> - {% for link_name,link in value.items() %} - <a href="{{link}}"><span class="links">{{link_name}}</span></a> - {% endfor %} - </div> - </div> - </section> - {% endfor %} - - - </main> - <script src="assets/script.js"></script> - -</body> -</html> |
