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