login-well/index.php

11 lines
185 B
PHP
Raw Normal View History

2017-03-18 13:12:46 +01:00
<!DOCTYPE html>
<?php include "core/dbconnect.php"; ?>
<html>
<head>
<meta charset="UTF-8">
<title>Login well :-)</title>
2017-03-18 13:12:46 +01:00
</head>
<body>
</body>
</html>