-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head lang="fr">
<meta charset="UTF-8">
<title>Web Audio API Articles and Examples</title>
<link rel="stylesheet" type="text/css" href="./style/normalize.css">
<link rel="stylesheet" type="text/css" href="./style/index.css">
</head>
<body>
<h1>Web Audio API Articles and Examples</h1>
<section id="example">
<span class="title">Examples</span>
<ul>
<li><a href="./exemple1">Memory Leaks</a></li>
<li><a href="./exemple2">Piano Demo</a></li>
</ul>
</section>
<section id="article">
<span class="title">Articles</span>
<ul>
<li><a href="https://github.com/FBerthelot/web-audio-api-examples/tree/gh-pages/articles/article1.md">Web Audio API Basics</a></li>
<li><a href="https://github.com/FBerthelot/web-audio-api-examples/pull/3/files">Web Audio Worker</a></li>
</ul>
</section>
</body>
</html>