diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-09 00:00:53 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-09 00:00:53 +0800 |
commit | e1af5e214c389aea2b55daf82bdec92472db3f19 (patch) | |
tree | 1505c4189104bf3c40db00d19844576ab6cae3fe /xp/cgxp/2.html | |
parent | 07493b94b141506e051b0adb9f68132ebfc583c0 (diff) | |
download | oddities-e1af5e214c389aea2b55daf82bdec92472db3f19.tar.xz |
Moving shitty stuff sitting around in the www folder here.
Diffstat (limited to 'xp/cgxp/2.html')
-rw-r--r-- | xp/cgxp/2.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xp/cgxp/2.html b/xp/cgxp/2.html new file mode 100644 index 0000000..880c0cb --- /dev/null +++ b/xp/cgxp/2.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>CGxp2</title> +<link rel="icon" href="/favicon.png"> +<link rel="stylesheet" type="text/css" href="/common.css"> +<script type="text/javascript" src="main2.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> |