forked from grupo-tcc-ti/pcc_emarket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xindex.php
29 lines (25 loc) · 892 Bytes
/
xindex.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
26
27
28
29
<?php
require_once './model/connect.php';
?>
<!DOCTYPE html>
<html lang="pt, en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./font/stylesheet.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="shortcut icon" href="./image/favicon.ico" type="./image/x-icon" />
<link rel="stylesheet" href="./assets/fontawesome/css/all.min.css" />
<script src="./assets/fontawesome/js/all.min.js"></script>
<script src="./assets/jquery/jquery-3.6.1.js"></script>
<title>Redirecting...</title>
</head>
<body>
<?php
Message::pop('Redirecting...');
Redirect::page('./view', 2);
// Redirect::page('./techgrifo.com.br', 2);
?>
</body>
</html>