blob: b078861dc61c5cc8603c5293a024ac78b659b32f (
plain) (
blame)
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 - Delete user account</title>
</head>
<body>
<?php include "view/common/topp.view.php"; ?>
<?php include "view/common/foot.view.php"; ?>
</body>
</html>
|