Skip to content

Commit

Permalink
index.html file for visualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
dpear committed Feb 23, 2022
1 parent 76cb0f7 commit fcba4b4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions q2_katharoseq/estimating_biomass_assets/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{% extends 'base.html' %}

{% block content %}
<h1>Katharoseq Protocol</h1>

<div class="row">
The below table is a visual of the estimating_biomass output.
</div>
<div class="col-lg-12">
<a href="fit.svg" target="_blank" rel="noopener noreferrer" class="btn btn-default">
Download SVG
</a>
</div>
</div>

{% endblock %}

0 comments on commit fcba4b4

Please sign in to comment.