mirror of https://github.com/byecorps/id.git
14 lines
348 B
PHP
14 lines
348 B
PHP
|
|
<header>
|
|
<div>
|
|
<a href="/" id="sitetitle">
|
|
<span class="bc-1">Bye</span><span class="bc-2">Corps</span><span class="bc-3"> ID</span>
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<a href="/auth/signup"><?= get_string("auth.signup") ?></a>
|
|
<a href="/auth/login"><?= get_string("auth.login") ?></a>
|
|
</div>
|
|
</header>
|