implemented hashbrown assignment.
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user