Browse Source

Logo for index

gh-pages-ethan
othree_kao 12 years ago
parent
commit
ed0c106f19
  1. 3
      Makefile
  2. 2
      content.html
  3. 2
      index.html

3
Makefile

@ -12,3 +12,6 @@ content.html: syntax.md @@ -12,3 +12,6 @@ content.html: syntax.md
resources_content.html: resources.md
perl Markdown_1.0.1/Markdown.pl resources.md > resources_content.html
clean:
rm index.html resources.html content.html resources_content.html

2
content.html

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
<p><img src="http://markdown.tw/images/208x128.png" alt="Markdown" title="" /></p>
<p><strong>NOTE:</strong> This is Traditional Chinese Edition Document of
Markdown Syntax. If you are seeking for English Edition
Document. Please refer to <a href="http://daringfireball.net/projects/markdown/syntax">Markdown: Syntax</a>.</p>

2
index.html

@ -20,6 +20,8 @@ @@ -20,6 +20,8 @@
</nav>
<div class="wikistyle">
<p><img src="http://markdown.tw/images/208x128.png" alt="Markdown" title="" /></p>
<p><strong>NOTE:</strong> This is Traditional Chinese Edition Document of
Markdown Syntax. If you are seeking for English Edition
Document. Please refer to <a href="http://daringfireball.net/projects/markdown/syntax">Markdown: Syntax</a>.</p>

Loading…
Cancel
Save