initial commit

This commit is contained in:
logsol 2011-04-08 03:27:38 +12:00
commit f2ff442d8a
21 changed files with 1559 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<html>
<head>
<title></title>
<link href="<?=$this->base?>/style/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Welcome</h1>
<p>
This is an empty <?=$this->someVariableName?> project.
</p>
</body>
</html>