Files
oauth-playground-client/src/layout/header.html
2023-09-27 10:17:32 +02:00

8 lines
219 B
HTML

<nav>
<div class="nav-wrapper page-header">
<a href="/" class="">
OAuth 2.0 Playground
<span class="y-colored" style="font-size: 15px;">by Y Soft</span>
</a>
</div>
</nav>