implemented hashbrown assignment.
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
||||
skinner,gatekeeper||>><<||csm,alien||>><<||dana,skeptic||>><<||fox,believer
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
dale,the government||>><<||bill,the barber||>><<||hank,the texan||>><<||boomhauer,the marshall
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$nav = '
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="users.php">Users</a></li>
|
||||
<li><a href="video.php">Video</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
';
|
||||
|
||||
echo $nav;
|
||||
@@ -0,0 +1,15 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user