An online landscape, built as a tool to explore the many aspects of the human voice.
https://voicegardens.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
34 lines
1.0 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>vocoder.org: home</title>
|
|
<link
|
|
rel="stylesheet"
|
|
href="/static/leaflet/leaflet.css"
|
|
type="text/css"
|
|
media="screen"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="/static/styles.css"
|
|
type="text/css"
|
|
media="screen"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li><a href="/">Home</a></li>
|
|
<li><a href="/archive">Archive</a></li>
|
|
</ul>
|
|
|
|
<script src="/static/leaflet/leaflet-src.js" charset="utf-8"></script>
|
|
<script src="/static/mappajs/mappa.min.js" charset="utf-8"></script>
|
|
<script src="/static/p5js/p5.min.js" charset="utf-8"></script>
|
|
<script src="/static/p5js/p5.sound.min.js" charset="utf-8"></script>
|
|
<script src="/static/p5js/p5.collide2d.min.js" charset="utf-8"></script>
|
|
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
|
<script src="/static/vocoder.js" charset="utf-8"></script>
|
|
</body>
|
|
</html>
|
|
|