Skip to content
Snippets Groups Projects
Select Git revision
  • 6debe1eb49faecbf6850ca3412cb2760c057c614
  • main default protected
2 results

en_UWU.php

Blame
  • header.php 571 B
    <!-- 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>