diff options
author | Jinwei Zhao <[email protected]> | 2016-04-04 14:00:39 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:45 +0800 |
commit | e002d09d2b6b2317fec6caa8836b20e6709c5da3 (patch) | |
tree | 1e1623524986fc63abcab7b10912dffe55dc1da9 /deprecated/ZJW/index.html | |
parent | dbcebe1def5c355120c61b575390d1d9ac355f67 (diff) | |
download | jinwei.me-e002d09d2b6b2317fec6caa8836b20e6709c5da3.tar.gz |
jinwei.me
Diffstat (limited to 'deprecated/ZJW/index.html')
-rw-r--r-- | deprecated/ZJW/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deprecated/ZJW/index.html b/deprecated/ZJW/index.html new file mode 100644 index 0000000..171593e --- /dev/null +++ b/deprecated/ZJW/index.html | |||
@@ -0,0 +1,18 @@ | |||
1 | <!doctype html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta charset="utf-8"> | ||
5 | <title>Jinwei Clark Chao</title> | ||
6 | <link href="/stylesheets/normalize.css" media="screen" rel="stylesheet" type="text/css" /> | ||
7 | <link href="/stylesheets/all.css" media="screen" rel="stylesheet" type="text/css" /> | ||
8 | <script src="/javascripts/jquery.min.js"></script> | ||
9 | <script src="/javascripts/processing.min.js"></script> | ||
10 | </head> | ||
11 | |||
12 | <body class="index"> | ||
13 | <canvas id="processing" | ||
14 | data-processing-sources="/javascripts/viz.pde"></canvas> | ||
15 | |||
16 | <div class="logo"><a href="www.baidu.com"></a></div> | ||
17 | </body> | ||
18 | </html> | ||