-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add links for web demo and tweak on-page language
- Adds links to the web demo from the gh_pages/index.html and README - Tweaks on-page explanations and instructions for clarity and explain common problems. PiperOrigin-RevId: 673009297
- Loading branch information
1 parent
3ca6424
commit bd9d715
Showing
3 changed files
with
68 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,24 @@ | ||
<!doctype html> | ||
<meta charset="utf-8" /> | ||
<title>IAMF Tools GitHub Pages</title> | ||
<h1>IAMF Tools GitHub Pages</h1> | ||
<p> | ||
For the source and the README, see the <a href="https://github.com/AOMediaCodec/iamf-tools">GitHub Repo</a>. | ||
</p> | ||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters