aboutsummaryrefslogtreecommitdiff
path: root/xp/vco/index.html
blob: 6438bd37cb88168c674ef4b88f21bc7ec4157ecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>