aboutsummaryrefslogtreecommitdiff
path: root/xp/cgxp/1.html
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-09 00:00:53 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-09 00:00:53 +0800
commite1af5e214c389aea2b55daf82bdec92472db3f19 (patch)
tree1505c4189104bf3c40db00d19844576ab6cae3fe /xp/cgxp/1.html
parent07493b94b141506e051b0adb9f68132ebfc583c0 (diff)
downloadoddities-e1af5e214c389aea2b55daf82bdec92472db3f19.tar.xz
Moving shitty stuff sitting around in the www folder here.
Diffstat (limited to 'xp/cgxp/1.html')
-rw-r--r--xp/cgxp/1.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/xp/cgxp/1.html b/xp/cgxp/1.html
new file mode 100644
index 0000000..b05e78f
--- /dev/null
+++ b/xp/cgxp/1.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>CGxp1</title>
+<link rel="icon" href="/favicon.png">
+<link rel="stylesheet" type="text/css" href="/common.css">
+<script type="text/javascript" src="main1.js"></script>
+<script type="text/javascript" src="wglmath.js"></script>
+</head>
+<body onload="init();" style="margin:0;">
+<canvas id="glCvs" width="800" height="450" style=""></canvas>
+</body>
+</html>