Compare commits
No commits in common. "33c71cf93d7c76e70a1aa5e027c3881993544206" and "dd142693d96afcac224abb377751198d3e7ba369" have entirely different histories.
33c71cf93d
...
dd142693d9
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Decentrala</title>
|
||||
<title>Index</title>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
<body>
|
||||
@ -11,9 +11,8 @@
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
{% for task in tasks %}
|
||||
<li>{{task}}</li>
|
||||
{% endfor %}
|
||||
<p> {{ pagevariable1 }} <p>
|
||||
<p> {{ pagevariable2 }} <p>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
|
Loading…
Reference in New Issue
Block a user