implemented hashbrown assignment.

This commit is contained in:
2025-04-17 14:58:51 -06:00
parent 5e88f52c21
commit d1097bedb3
157 changed files with 1038 additions and 12514 deletions
View File
+1
View File
@@ -0,0 +1 @@
skinner,gatekeeper||>><<||csm,alien||>><<||dana,skeptic||>><<||fox,believer
+1
View File
@@ -0,0 +1 @@
dale,the government||>><<||bill,the barber||>><<||hank,the texan||>><<||boomhauer,the marshall
+11
View File
@@ -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;