mirror of https://github.com/byecorps/id.git
15 lines
571 B
PHP
15 lines
571 B
PHP
|
<!-- This is a testing file for the header used on BCID. Copy of header on ByeCorps.com -->
|
||
|
|
||
|
<link rel="stylesheet" href="./styles/global.css">
|
||
|
<link rel="stylesheet" href="./fontawesome/css/all.css">
|
||
|
|
||
|
<header>
|
||
|
<div class="start">
|
||
|
<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 class="end">
|
||
|
<div class="loggedin">
|
||
|
<a href="/account" class="account">Hey there, Bye! <i class="fa-solid fa-fw fa-angle-down"></i></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</header>
|