Mercurial > hg > extraction-interface
comparison _xampp/start.php @ 0:b12c99b7c3f0
commit for previous development
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 19 Jan 2015 17:13:49 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b12c99b7c3f0 |
---|---|
1 <? | |
2 include("langsettings.php"); | |
3 ?> | |
4 <html> | |
5 <head> | |
6 <meta name="author" content="Kai Oswald Seidler"> | |
7 <link href="xampp.css" rel="stylesheet" type="text/css"> | |
8 </head> | |
9 | |
10 <body> | |
11 <br> | |
12 <h1><?=$TEXT['start-head']?> <?include(".version")?>!</h1> | |
13 <b><?=$TEXT['start-subhead']?></b><p> | |
14 | |
15 <?=$TEXT['start-text1']?><p> | |
16 <?=$TEXT['start-text2']?><p> | |
17 <?=$TEXT['start-text3']?><p> | |
18 <?=$TEXT['start-text4']?><p> | |
19 | |
20 </body> | |
21 </html> |