id/bcid_prototyping/header.html
2023-06-07 20:40:38 +01:00

15 lines
571 B
HTML

<!-- 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>