11 lines
171 B
PHP
11 lines
171 B
PHP
|
<!DOCTYPE html>
|
||
|
<?php include "core/dbconnect.php"; ?>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|