-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
45 lines (44 loc) · 2.48 KB
/
index.php
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html lang="en">
<head>
<meta charset="utf-8">
<title>MarkovComposer (on the web)</title>
<script type="text/javascript" src="js/Queue.js"></script>
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/base64-binary.js"></script>
<script src="js/sigma.min.js"></script>
<script type="text/javascript" src="js/MIDI.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
</head>
<body>
<div id="header">
<a role="button" class="player-button fa-refresh fa" id="refresh"></a>
<a role="button" class="player-button fa-play fa" id="play"></a>
<div class="composition">
Composition: <span class="name">none</span>
</div>
<div class="learned">
Learned from <span class="name">786</span> compositions.
</div>
</div>
<div id="main"></div>
<div id="footer">
<div class="info">
<div class="share">
<a title="Share on Twitter!" href="https://twitter.com/intent/tweet?hashtags=MarkovComposer&text=Try your luck with algorithmic composition! Who knows what results you can get.&url=http%3A%2F%2Fmarkov.zx.rs%2F" onclick="javascript:window.open(this.href,
'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="fa fa-twitter"></span></a>
<a title="Share on Facebook!" href="https://www.facebook.com/sharer/sharer.php?app_id=1458943427691030&sdk=joey&u=http%3A%2F%2Fmarkov.zx.rs%2F&display=popup" onclick="javascript:window.open(this.href,
'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="fa fa-facebook-square"></span></a>
<a title="Share on Google+!" href="https://plus.google.com/share?url=http%3A%2F%2Fmarkov.zx.rs%2F" onclick="javascript:window.open(this.href,
'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="fa fa-google-plus-square"></span></a>
<a title="Check out the source on github!" href="https://github.com/anbud/MarkovComposer" target="_blank"><span class="fa fa-github"></span></a>
</div>
Made with <span class="fa-heart fa" style="color: #c40169"></span> by <a target="_blank" href="http://zx.rs/">zx</a>!
</div>
<div class="status">
Loading<span class="highlight">...</span>
</div>
</div>
</body>
</html>