16 lines
280 B
PHP
16 lines
280 B
PHP
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Secure Users</title>
|
|
<link href="css/styles.css" type="text/css" rel="stylesheet">
|
|
<script src="js/index.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<?php include_once 'includes/nav.php'; ?>
|
|
<h1>Hello cruel world!</h1>
|
|
</body>
|
|
|
|
</html>
|