1 2 3 4 5 6 7 8 9 10 11 12 13
<!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>