Skip to content

Commit

Permalink
created index HTML page for the web site; renamed the wiki start page.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Jul 15, 2015
1 parent 809cfd9 commit f1d2809
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
File renamed without changes.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE>Diff, Match and Patch</TITLE>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="./javascript/diff_match_patch.js"></SCRIPT>
</HEAD>

<BODY>
<H1>Diff, Match and Patch</H1>

<UL>
<LI><A href="README.md">README</A></LI>
<LI>
<H2>Demos:</H2>
<UL>
<LI><A href="demos/demo_diff.html">for diff</A></LI>
<LI><A href="demos/demo_match.html">for match</A></LI>
<LI><A href="demos/demo_patch.html">for patch</A></LI>
</UL>
</LI>
<LI>
<H2>Documentation:</H2>
<UL>
<LI><A href="doc/wiki/Index.md">Index</A></LI>
</UL>
</LI>
</UL>
</BODY>
</HTML>

0 comments on commit f1d2809

Please sign in to comment.