Changeset 68

Show
Ignore:
Timestamp:
01/06/07 16:05:10 (2 years ago)
Author:
chris
Message:

Add page title.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/jsp/index.jsp

    r26 r68  
    11<html> 
    22<head> 
     3        <title>Lex: Home Page</title> 
    34        <link rel="stylesheet" href="style.css"/> 
    45        <style> 
     
    1011<%@ include file="header.jsp" %> 
    1112 
    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> 
    1314 
    1415</body></html>