-
Notifications
You must be signed in to change notification settings - Fork 2
/
dev.html
22 lines (22 loc) · 958 Bytes
/
dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<style>
body {
margin: 0px;
padding: 0px;
}
</style>
</head>
<body>
<canvas id="mainCanvas" width="640" height="640"></canvas>
<script src="js/chords.js"> </script>
<script src="js/TinyMusic.js"> </script>
<script src="js/guitarScreen.js"> </script>
<script src="js/welcomeScreen.js"> </script>
<script src="js/songs.js"> </script>
<script src="js/main.js"> </script>
<a href="https://github.com/B0dz1o/buggytar"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png"></a>
</body>
</html>