diff options
author | JinweiClarkChao <[email protected]> | 2014-08-22 17:23:02 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:42 +0800 |
commit | 80255411ee7040e0cebbf6b05d2ce323f6f2596e (patch) | |
tree | 295b0ef6c85e7cb091b63719ab041596879690fa /Back/ZJW/index.html | |
parent | 13be3d058713e1467ffc573a90cc694b80526135 (diff) | |
download | jinwei.me-80255411ee7040e0cebbf6b05d2ce323f6f2596e.tar.gz |
backup
Diffstat (limited to 'Back/ZJW/index.html')
-rw-r--r-- | Back/ZJW/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Back/ZJW/index.html b/Back/ZJW/index.html new file mode 100644 index 0000000..171593e --- /dev/null +++ b/Back/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> | ||