| <!doctype html> |
| <meta charset="utf-8" /> |
| <title>IAMF Tools GitHub Pages</title> |
| <link rel="stylesheet" href="./web_demo/styles.css" /> |
| <body> |
| <div class="container"> |
| <h1>IAMF Tools GitHub Pages</h1> |
| <div class="card"> |
| <h2>Source and README</h2> |
| <p> |
| For the source and the README, see the |
| <a href="https://github.com/AOMediaCodec/iamf-tools">GitHub Repo</a>. |
| </p> |
| </div> |
| <div class="card"> |
| <h2>Web Demo</h2> |
| <p> |
| <a href="https://aomediacodec.github.io/iamf-tools/web_demo/" |
| >Click here for the web demo.</a |
| > |
| </p> |
| </div> |
| </div> |
| </body> |