15 lines
403 B
PHP
Executable File
15 lines
403 B
PHP
Executable File
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
.text{color:rgb(0,0,0); font-size:14px; font-family:'Helvetica'; }
|
|
a{color:blue; font-size:14px; font-family:'Helvetica'; text-decoration:none;}
|
|
.img{width:200px;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="text">
|
|
<?php echo $this->fetch('content'); ?>
|
|
</div>
|
|
</body>
|
|
</html>
|