Init project
This commit is contained in:
commit
5c07eda3fa
10 changed files with 384 additions and 0 deletions
37
themes/default/index.html
Normal file
37
themes/default/index.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue