File: /home/bigfreeodds/public_html/wp-content/public/scores/register.html
<!doctype html>
<html lang="en"><head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>Sign up — Live Scores</title><link rel="stylesheet" href="assets/css/style.css">
</head><body data-page="register"><div class="app">
<div class="topbar-back"><a class="back" href="index.html">‹</a><div class="title">SIGN UP</div><span></span></div>
<section id="register-skeleton" class="auth-hero" aria-hidden="true"><div class="skeleton skeleton-logo skeleton-logo--xl" style="margin:0 auto 6px;"></div><h1><span class="skeleton skeleton-text skeleton-text--med" style="width:180px;display:inline-block;"></span></h1><p><span class="skeleton skeleton-text skeleton-text--short" style="width:250px;display:inline-block;"></span></p></section>
<div id="register-content" hidden>
<section class="auth-hero"><div class="brand-mark">⚽</div><h1>Create account</h1><p>Free, takes 30 seconds</p></section>
<form id="register-form">
<div class="form-field"><label>Name</label><input name="name" type="text" required></div>
<div class="form-field"><label>Email</label><input name="email" type="email" required></div>
<div class="form-field"><label>Password</label><input name="password" type="password" required minlength="6"></div>
<div class="form-field"><label>Confirm password</label><input name="confirm" type="password" required minlength="6"></div>
<p class="form-error" id="reg-error"></p>
<div class="auth-actions"><button class="btn btn-primary" type="submit">CREATE ACCOUNT</button></div>
<p class="auth-foot">Already have an account? <a href="login.html">Log in</a></p>
</form>
</div>
</div>
<nav class="bottom-nav">
<a href="index.html"><span class="ic">⌂</span><span>Home</span></a>
<a href="live.html"><span class="ic">▶</span><span>Live</span></a>
<a href="favourites.html"><span class="ic">★</span><span>Favourites</span></a>
<a href="leagues.html"><span class="ic">🏆</span><span>Leagues</span></a>
<a href="profile.html"><span class="ic">◉</span><span>Profile</span></a>
</nav>
<script src="assets/js/app.js"></script></body></html>