Skip to content
Snippets Groups Projects
Select Git revision
  • b1884cd87c1dddfe005530746e17f7901edd3fb1
  • main default protected
  • rewrite
  • production
4 results

landing.html

Blame
  • landing.html 511 B
    <main>
        <div class="hero">
            <div class="hero-text">
                <h1><span class="bc-1">Bye</span><span class="bc-2">Corps</span><span class="bc-3"> ID</span></h1>
                <p>Log into ByeCorps and beyond with a single ID.</p>
                <!-- <p><input type="email" name="loginEmail" id="loginEmail" placeholder="Email" /></p> -->
                <a href="/signin" class="button primary">Sign in</a>
                <a href="/register" class="button">Create an account</a>
            </div>
        </div>
    </main>