12 lines
No EOL
236 B
PHTML
12 lines
No EOL
236 B
PHTML
<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>
|