implemented hashbrown assignment.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php include_once 'includes/nav.php'; ?>
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Hashbrowns</title>
|
||||
<link href="css/styles.css" type="text/css" rel="stylesheet">
|
||||
<script src="js/index.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php echo nav(); ?>
|
||||
Reference in New Issue
Block a user