Skip to content

Commit

Permalink
Fix .svg paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dsocolobsky committed Dec 5, 2024
1 parent 9a7c430 commit 29d50a4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,19 @@ <h1>Ethrex Flamegraph Comparison</h1>
<div class="column">
<div class="col-header">
<h2>Ethrex</h2>
<a href="flamegraph_ethrex.svg" download="flamegraph_ethrex.svg">Download</a>
<a href="flamegraph_ethrex.svg/flamegraph_ethrex.svg"
download="flamegraph_ethrex.svg/flamegraph_ethrex.svg">Download</a>
</div>
<object id="svg1" data="flamegraph_ethrex.svg" type="image/svg+xml" width=90% height=90%"></object>
<object id="svg1" data="flamegraph_ethrex.svg/flamegraph_ethrex.svg" type="image/svg+xml" width=90%
height=90%"></object>
</div>
<div class="column">
<div class="col-header">
<h2>Reth</h2>
<a href="flamegraph_reth.svg" download="flamegraph_reth.svg">Download</a>
<a href="flamegraph_reth.svg/flamegraph_reth.svg" download="flamegraph_reth.svg/flamegraph_reth.svg">Download</a>
</div>
<object id="svg2" data="flamegraph_reth.svg" type="image/svg+xml" width=90% height=90%></object>
<object id="svg2" data="flamegraph_reth.svg/flamegraph_reth.svg" type="image/svg+xml" width=90%
height=90%></object>
</div>
</main>

Expand Down

0 comments on commit 29d50a4

Please sign in to comment.