19 lines
211 B
PHP
19 lines
211 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
|
|
<?php include 'menu.php'; ?>
|
|
|
|
<br><br><br><br>
|
|
|
|
<center>
|
|
<img src="img/security.jpeg" alt="">
|
|
</center>
|
|
|
|
|
|
</body>
|
|
</html>
|