Enable a home page to test SQRL
This commit is contained in:
14
resources/views/layouts/partials/header.blade.php
Normal file
14
resources/views/layouts/partials/header.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<header class="header">
|
||||
<div class="branding">
|
||||
<div class="container-fluid position-relative py-3">
|
||||
<div class="logo-wrapper">
|
||||
<div class="site-logo">
|
||||
<a class="navbar-brand" href="/">
|
||||
<img class="logo-icon" src="site-logo.svg" alt="logo">
|
||||
</a>
|
||||
<span class="logo-text">SQRL</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
Reference in New Issue
Block a user