diff options
author | Alexander Kabui | 2022-03-08 22:09:30 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-03-14 19:55:33 +0300 |
commit | 7d72d83b201d4ea5010582048aca8dc817f2e56e (patch) | |
tree | bad247ecd1ef97e61196a55d99582d1ad7093d58 | |
parent | 3491702ea309aa7cd897c07d6ce8e87eb51cbf46 (diff) | |
download | genenetwork2-7d72d83b201d4ea5010582048aca8dc817f2e56e.tar.gz |
init scree plot template
-rw-r--r-- | wqflask/wqflask/templates/pca_scree_plot.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/pca_scree_plot.html b/wqflask/wqflask/templates/pca_scree_plot.html new file mode 100644 index 00000000..0859a349 --- /dev/null +++ b/wqflask/wqflask/templates/pca_scree_plot.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title></title> +</head> +<body> + + <div> + pca scree plot + </div> + +</body> +</html> |