Initial version of coldcalling app
This commit is contained in:
19
templates/shuffler.html
Normal file
19
templates/shuffler.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Shuffled List</title>
|
||||
<link rel="stylesheet" href='/static/main.css' />
|
||||
</head>
|
||||
<body>
|
||||
<h3>
|
||||
Shuffled List:
|
||||
</h3>
|
||||
|
||||
<ul>
|
||||
{% for member in result %}
|
||||
<li> {{member}} </li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user