website/_site/index.html

1 line
929 B
HTML

<!doctype html><html lang="en-US"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.11.0"></head><body><h1>email.radio</h1><p>email.radio is dedicated to providing free email hosting for all licensed ham radio operators. You will get a (free!) email @email.radio address.</p><p>A magical signup form will appear here on May 3rd, 2023.</p><input placeholder="Callsign" id="call" oninput="updateEmail()"><p id="email">Your email will be</p><button disabled="disabled">This button will enable on the 3rd!</button><script>function updateEmail(){document.querySelector("#email").innerHTML=`Your email will be ${document.querySelector("#call").value}@email.radio!`}</script></body><footer><small>&copy; email.radio, 2022. All rights reserved</small></footer></html>