Changeset 68
- Timestamp:
- 01/06/07 16:05:10 (2 years ago)
- Files:
-
- lex/trunk/jsp/index.jsp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lex/trunk/jsp/index.jsp
r26 r68 1 1 <html> 2 2 <head> 3 <title>Lex: Home Page</title> 3 4 <link rel="stylesheet" href="style.css"/> 4 5 <style> … … 10 11 <%@ include file="header.jsp" %> 11 12 12 <p>You should really start at the <a href="clause.jsp"> clause editor</a>.</p>13 <p>You should really start at the <a href="clause.jsp">text browser</a>.</p> 13 14 14 15 </body></html>
