-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathsettings.php
25 lines (24 loc) · 907 Bytes
/
settings.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>XSS Exploitation Tool</title>
<link rel="stylesheet" href="./styles/bootstrap.css"/>
<link rel="stylesheet" href="./styles/bootstrap-icons.css">
<link rel="stylesheet" href="./styles/flag-icons.css"/>
<link rel="stylesheet" href="./styles/styles.css"/>
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon.ico">
</head>
<body id="body">
<?php include_once __DIR__ . '/inc/header.inc.php'; ?>
<div class="container-fluid mt-2 mb-5">
<div class="row">
<?php
$timezone = "";
?>
</div>
</div>
<?php include_once __DIR__ . '/inc/footer.inc.php'; ?>
</body>
</html>