Changeset 66 for Dev/trunk/applicationcreation.php
- Timestamp:
- 08/02/11 15:43:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/applicationcreation.php
r58 r66 12 12 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 13 13 <title>Application Creation</title> 14 < link rel="stylesheet" type="text/css" href="css/style.css" />14 <?php new StyleSheet(); ?> 15 15 </head> 16 16 <body> … … 22 22 <div id="content"> 23 23 <?php 24 24 new ApplicationCreationTool(); 25 25 ?> 26 26 </div>
Note: See TracChangeset
for help on using the changeset viewer.