blob: 8769aa27fe44e25ea00f59ba60a7c1aa4a82338d (
plain) (
tree)
|
|
<!DOCTYPE html>
<html lang="en">
<head>
<?php include "view/common/head.view.php"; ?>
<title>Scrott - Login</title>
</head>
<body>
<?php include "view/common/topp.view.php"; ?>
<?php include "view/common/foot.view.php"; ?>
</body>
</html>
|