aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2014-09-23 22:34:14 +0800
committerJinwei Zhao <[email protected]>2017-01-13 15:07:44 +0800
commitb214f38d2c24a890ce36512a0c8bab965e27a508 (patch)
tree1522b651444407cbf120798e79be4657f1b472ab /Code/GitHub_Jekyll/posts/模板.html
parente13882d1656b143533cec307a19425e0a56ec999 (diff)
downloadjinwei.me-b214f38d2c24a890ce36512a0c8bab965e27a508.tar.gz
README
Diffstat (limited to 'Code/GitHub_Jekyll/posts/模板.html')
-rw-r--r--Code/GitHub_Jekyll/posts/模板.html39
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
Powered by cgit v1.2.3 (git 2.41.0)