Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Typo |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1563ef80c928b8ff202b5036ef5ef6b1 |
User & Date: | peter 2011-11-08 22:32:59.819 |
Context
2011-11-08
| ||
22:37 | Corrected links check-in: 4e34b07739 user: peter tags: trunk | |
22:32 | Typo check-in: 1563ef80c9 user: peter tags: trunk | |
22:30 | Updated index page in same style as download check-in: 97f661e791 user: peter tags: trunk | |
Changes
Changes to htdocs/index.html.
1 2 3 4 5 6 7 8 9 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil: A graphical frontend to Diff</title> <link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"> </head> <body> <div class="header"> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Eskil: A graphical frontend to Diff</title> <link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"> </head> <body> <div class="header"> <div class="title">Eskil<br/>A graphical frontend to Diff</div> </div> <div class="mainmenu"> <a href='index.html'>Home</a> <a href="index.html#EskilFeatures">Features</a> <a href="index.html#EskilScreenshots">Screenshots</a> <a href="download.html">Download</a> <a href="changes.html">Changes</a> |
︙ | ︙ |