Skip to content

Commit

Permalink
Fix links to tools on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Feb 18, 2024
1 parent 004aa31 commit dd3060b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions www-zola/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

{% block content %}
<div class="grid">
<article><a href="decode.html">Decode a PSSH box</a></article>
<article><a href="generate.html">Generate a Widevine PSSH</a></article>
<article><a href="fetch-init.html">Fetch an initialization segment and decode any PSSH data</a></article>
<article><a href="decode/">Decode a PSSH box</a></article>
<article><a href="generate/">Generate a Widevine PSSH</a></article>
<article><a href="fetch-init/">Fetch an initialization segment and decode any PSSH data</a></article>
</div>

<p>These tools are all implemented in WebAssembly and run directly in your browser. There is no server
backend; the tools will run offline if you've loaded the page. All the content is hosted on
<a href="https://pages.github.com/">GitHub pages</a>.
<p>These tools are all implemented in WebAssembly and run directly in your browser. There is no
server backend; the tools will run offline if you've loaded the page. All the content is hosted on
<a href="https://pages.github.com/">GitHub pages</a>.

{% endblock content %}

0 comments on commit dd3060b

Please sign in to comment.