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.
 
 
 
 
 
 

32 lines
1.2 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>voicegardens.org: home</title>
<link
rel="stylesheet"
href="/static/styles.css"
type="text/css"
media="screen"
/>
</head>
<body>
<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="/static/p5js/p5.dom.js" charset="utf-8"></script>
<script src="/static/axios/axios.min.js" charset="utf-8"></script>
<script src="/static/voicegardens.js" charset="utf-8"></script>
<noscript>
<p>
You are seeing this message because you have chosen to disable Javascript.
Unfortunately, this website cannot be viewed without Javascript. We apologise for this inconvenience.
You cannot use this page of the website until you re-enable Javascript.
Alternatively, you can review the <a href="/about">About page</a> of the website to learn more.
Thanks for your understanding.
</p>
</noscript>
</body>
</html>