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/GitHub_Jekyll/posts/模板.html | |
parent | dbcebe1def5c355120c61b575390d1d9ac355f67 (diff) | |
download | jinwei.me-e002d09d2b6b2317fec6caa8836b20e6709c5da3.tar.gz |
jinwei.me
Diffstat (limited to 'deprecated/GitHub_Jekyll/posts/模板.html')
-rw-r--r-- | deprecated/GitHub_Jekyll/posts/模板.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/deprecated/GitHub_Jekyll/posts/模板.html b/deprecated/GitHub_Jekyll/posts/模板.html new file mode 100644 index 0000000..dad939b --- /dev/null +++ b/deprecated/GitHub_Jekyll/posts/模板.html | |||
@@ -0,0 +1,39 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta charset='utf-8'> | ||
5 | <meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
6 | |||
7 | <link rel="stylesheet" type="text/css" href="../stylesheets/stylesheet.css" media="screen" /> | ||
8 | <link rel="stylesheet" type="text/css" href="../stylesheets/pygment_trac.css" media="screen" /> | ||
9 | <link rel="stylesheet" type="text/css" href="../stylesheets/print.css" media="print" /> | ||
10 | |||
11 | <title>Jinwei.me|"标题"</title> | ||
12 | </head> | ||
13 | |||
14 | <body> | ||
15 | <header> | ||
16 | <div class="container"> | ||
17 | <h1>Jinwei.me</h1> | ||
18 | <h2>I write programmes</h2> | ||
19 | <section id="downloads"> | ||
20 | <a href="../index.html" class="btn btn-github"> | ||
21 | <span class="icon"></span> | ||
22 | <-Back to Home</a></section> | ||
23 | </div> | ||
24 | </header> | ||
25 | <div class="container"> | ||
26 | <section id="main_content"> | ||
27 | <h3> | ||
28 | <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"> | ||
29 | <span class="octicon octicon-link"></span> | ||
30 | </a> | ||
31 | "标题" | ||
32 | </h3> | ||
33 | |||
34 | <p>"具体内容"</p> | ||
35 | </section> | ||
36 | </div> | ||
37 | </body> | ||
38 | |||
39 | </html> \ No newline at end of file | ||