From e1af5e214c389aea2b55daf82bdec92472db3f19 Mon Sep 17 00:00:00 2001
From: Chris Xiong <chirs241097@gmail.com>
Date: Sat, 9 Feb 2019 00:00:53 +0800
Subject: Moving shitty stuff sitting around in the www folder here.

---
 xp/vco/index.html | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 xp/vco/index.html

(limited to 'xp/vco/index.html')

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>
-- 
cgit v1.2.3