diff options
Diffstat (limited to 'xp/vco/index.html')
-rw-r--r-- | xp/vco/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/xp/vco/index.html b/xp/vco/index.html new file mode 100644 index 0000000..6438bd3 --- /dev/null +++ b/xp/vco/index.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html lang="en-us"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width"> + <title>VCO</title> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> + <link href='https://fonts.googleapis.com/css?family=Righteous|Nova+Square' rel='stylesheet' type='text/css'> + <link href="styles/normalize.css" rel="stylesheet" type="text/css"> + <link href="styles/app.css" rel="stylesheet" type="text/css"> + <link href="manifest.webapp" rel="manifest"> +</head> +<body> + <div class="wrapper"> + <canvas class="visualizer" width="1280" height="800" style="height:400px;"></canvas> + <br><br><br> + <div style="position:relative;width:100%;background:linear-gradient(to right,green,red);height:2em;"> + <div id="bar" style="background-color:#999;position:absolute;right:0;width:0;height:100%;"></div> + </div> + </div> + <script src="scripts/app.js"></script> +</body> +</html> |