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.
 
 
 
 
 
 

23 lines
840 B

<!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>
<a href="{{ url_for('about') }}"><img src="../static/images/ABOUT-BW.png" class="button about"></a>
<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>
</body>
</html>