]> code.communitydata.science - coldcallbot-discord.git/blobdiff - flask_app/templates/shuffler.html
added flask app from jeremy
[coldcallbot-discord.git] / flask_app / templates / shuffler.html
diff --git a/flask_app/templates/shuffler.html b/flask_app/templates/shuffler.html
new file mode 100644 (file)
index 0000000..6f8b67d
--- /dev/null
@@ -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>

Community Data Science Collective || Want to submit a patch?