From 443321bd73f93dbbaeedcb3896475112e0268245 Mon Sep 17 00:00:00 2001 From: acenteno Date: Tue, 21 Apr 2020 21:47:38 -0500 Subject: Create credits.html Colleagues credit page--- wqflask/wqflask/templates/credits.html | 55 ++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 wqflask/wqflask/templates/credits.html diff --git a/wqflask/wqflask/templates/credits.html b/wqflask/wqflask/templates/credits.html new file mode 100644 index 00000000..95c424cc --- /dev/null +++ b/wqflask/wqflask/templates/credits.html @@ -0,0 +1,55 @@ +{% extends "base.html" %} +{% block title %}Credit{% endblock %} +{% block content %} + + + + +
+

Web site design and coding

+ +

Published and Unpublished Phenotype Data

+ +

Genotype / Genomic Data

+ +

+
+ +{% endblock %} -- cgit v1.2.3