diff options
author | Jinwei Zhao <[email protected]> | 2015-12-19 22:24:42 +0900 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:45 +0800 |
commit | dbcebe1def5c355120c61b575390d1d9ac355f67 (patch) | |
tree | 70e61cc34a690c63ff80962e9ef883fe69dba6d3 /Code/Blocks/syntax/index.html | |
parent | 7e473afdca63f0ceed5d895c3be3b43f213ca136 (diff) | |
download | jinwei.me-dbcebe1def5c355120c61b575390d1d9ac355f67.tar.gz |
clear up
Diffstat (limited to 'Code/Blocks/syntax/index.html')
-rw-r--r-- | Code/Blocks/syntax/index.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Code/Blocks/syntax/index.html b/Code/Blocks/syntax/index.html deleted file mode 100644 index 5d8d56d..0000000 --- a/Code/Blocks/syntax/index.html +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
3 | <head> | ||
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
5 | <title>Hello SyntaxHighlighter</title> | ||
6 | <script type="text/javascript" src="scripts/shCore.js"></script> | ||
7 | <script type="text/javascript" src="scripts/shBrushCpp.js"></script> | ||
8 | <link type="text/css" rel="stylesheet" href="styles/shCoreDefault.css"/> | ||
9 | <script type="text/javascript">SyntaxHighlighter.all();</script> | ||
10 | </head> | ||
11 | |||
12 | <body style="background: white; font-family: Helvetica"> | ||
13 | |||
14 | <h1>Hello SyntaxHighlighter</h1> | ||
15 | <pre class="brush: cpp;"> | ||
16 | #include "stdio.h" | ||
17 | int main() | ||
18 | { | ||
19 | printf("Hello\n"); | ||
20 | return 0; | ||
21 | } | ||
22 | </pre> | ||
23 | |||
24 | </html> | ||