hanyuu/templates/master.php

14 lines
460 B
PHP
Raw Normal View History

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title><?=$self->hau->getSiteName();?></title>
2023-10-18 10:34:30 +00:00
<link href="/assets/hanyuu.css" type="text/css" rel="stylesheet">
</head>
<body>
<?=$self->getBlock('body');?>
2023-10-18 10:34:30 +00:00
<script src="/assets/hanyuu.js" type="text/javascript"></script>
</body>
</html>