diff options
Diffstat (limited to 'Code/GitHub_Jekyll/posts/模板.html')
-rw-r--r-- | Code/GitHub_Jekyll/posts/模板.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Code/GitHub_Jekyll/posts/模板.html b/Code/GitHub_Jekyll/posts/模板.html new file mode 100644 index 0000000..dad939b --- /dev/null +++ b/Code/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 | ||