You cannot 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
HTML
34 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Euclid</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
<script type="text/javascript" src="js/jquery.min.js"></script>
|
|
<script type="text/javascript" src="js/p5.min.js"></script>
|
|
<script type="text/javascript" src="js/p5.svg.js"></script>
|
|
<script type="text/javascript" src="./js/euclidScore.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<content class="text">
|
|
<object id="header" data="svgs/euclid.svg" type="image/svg+xml">
|
|
<h1>euclid</h1>
|
|
</object>
|
|
|
|
<p>To play, touch the metal contacts, connecting them. The more conductive you are, the more you will be able to affect the instrument.</p>
|
|
|
|
<p>The state of your composition is recorded, and displayed here as a downloadable score.</p>
|
|
|
|
<p>Never to be played, nor heard again.</p>
|
|
|
|
<p id="download">XX--X--X--X-XX--X--X--X-XX--X--X--X-XX--X--X--X-XX--X--X-X</p>
|
|
</content>
|
|
|
|
<script type="text/javascript">
|
|
$("#download").click(function() { saveMe(); console.log("clicked")})
|
|
</script>
|
|
|
|
</body>
|
|
</html> |