1<!doctype html> 2<meta charset="utf-8" /> 3<title>IAMF Tools GitHub Pages</title> 4<link rel="stylesheet" href="./web_demo/styles.css" /> 5<body> 6 <div class="container"> 7 <h1>IAMF Tools GitHub Pages</h1> 8 <div class="card"> 9 <h2>Source and README</h2> 10 <p> 11 For the source and the README, see the 12 <a href="https://github.com/AOMediaCodec/iamf-tools">GitHub Repo</a>. 13 </p> 14 </div> 15 <div class="card"> 16 <h2>Web Demo</h2> 17 <p> 18 <a href="https://aomediacodec.github.io/iamf-tools/web_demo/" 19 >Click here for the web demo.</a 20 > 21 </p> 22 </div> 23 </div> 24</body> 25