home-code

示例❤源码

<?php
require DIR_VIEWS.'/demo/_ctrls/func.php';
$fp req('fp');
$subtitle "源码:`$fp`";
$data code($fp);
?>
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name='robots' content='index, nofollow'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link href="{=PATH_VIEWS}/demo/assets/comm.css" type="text/css" rel="stylesheet">
<title>{=$subtitle}</title>

</head>
<body>

<header>
    <a class='r'>home-code</a>
    <h1>示例❤源码</h1> 
</header>

<nav>
    <span class="r"><a href="?home-cmap" target="_self">返回</a></span>
    <span class="title">{=$subtitle}</span>
</nav>

<div class="btext">
    <div class="code">
        <?=$data?>
    </div>
</div>

<p>-End-</p>

</body>
</html>

-End-