Skip to content

Commit

Permalink
Update index.html to use {{static url tags}}
Browse files Browse the repository at this point in the history
  • Loading branch information
edwin5588 authored Jan 19, 2024
1 parent 4513d6a commit 2838e24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions caper/templates/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
}
</style>
<div style="margin-top: 20px">
<img src="/static/img/AmpliconRepository_Grey.png" width="100%">
<img src="{{ STATIC_URL }}img/AmpliconRepository_Grey.png" width="100%">
<hr>
<div stlye="margin-top: 30px;">
<p style="font-size:18px;">An online repository of AmpliconArchitect outputs. Explore and download focal amplification predictions and annotations.</p>
Expand Down Expand Up @@ -271,12 +271,12 @@
</div>
<div class="col-md-4">
{# <figure class="figure">#}
{# <img src="/static/img/ff11_amplicon1.png" alt="" width="100%">#}
{# <img src="{{ STATIC_URL }}img/ff11_amplicon1.png" alt="" width="100%">#}
{# <figcaption class="figure-caption">Structural Variation view: show discordant edges, copy number segments and genomic coverage.</figcaption>#}
{# </figure>#}
{# <br>#}
{# <figure class="figure">#}
{# <img src="/static/img/exampleAR.png" alt="" width="100%">#}
{# <img src="{{ STATIC_URL }}img/exampleAR.png" alt="" width="100%">#}
{# <figcaption class="figure-caption">CycleViz view: circular visualization of focal amplifications detected by AmpliconArchitect.</figcaption>#}
{# </figure>#}
<br>
Expand Down

0 comments on commit 2838e24

Please sign in to comment.