cs fixes, bug fixes, code coverage

This commit is contained in:
Dennis Eichhorn 2021-11-16 00:05:43 +01:00
parent 53d755b5ab
commit e8318ce8e2

View File

@ -16,13 +16,13 @@ use phpOMS\Uri\UriFactory;
?> ?>
<header> <header>
<nav> <nav>
<ul> <ul>
<li><a href="<?= UriFactory::build('{/app}'); ?>">Website</a> <li><a href="<?= UriFactory::build('{/app}'); ?>">Website</a>
<li><a href="<?= UriFactory::build('{/app}/components'); ?>">Profile</a> <li><a href="<?= UriFactory::build('{/app}/components'); ?>">Profile</a>
</ul> </ul>
</nav> </nav>
<div id="search"> <div id="search">
<input type="text"> <input type="text">
</div> </div>
</header> </header>