loginpassed to finish
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e1cefff40d
commit
291f8acc2b
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Compte</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<center><h2>Votre Compte</h2></center>
|
||||
|
||||
|
||||
{% for v in results %}
|
||||
<p>username: {{ v.name }}</p>
|
||||
<p>description: {{ v.description }}</p>
|
||||
{% endfor %}
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue