authentication completed, view more pretty in progress
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c9a86f02f2
commit
a4a6b5d6f2
@ -1,19 +0,0 @@
|
||||
<!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