2023-09-02 13:29:12 +10:00
<!DOCTYPE html>
< html data-bs-theme = "dark" lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, shrink-to-fit=no" >
< title > Sign up - HNSHosting< / title >
< link rel = "canonical" href = "https://wp.hnshosting.au/register.html" >
< meta property = "og:url" content = "https://wp.hnshosting.au/register.html" >
< meta name = "description" content = "HNS Hosting Wordpress" >
< link rel = "icon" type = "image/png" sizes = "508x430" href = "assets/img/favicon.png" >
< link rel = "icon" type = "image/png" sizes = "508x430" href = "assets/img/favicon.png" >
< link rel = "icon" type = "image/png" sizes = "508x430" href = "assets/img/favicon.png" >
< link rel = "icon" type = "image/png" sizes = "508x430" href = "assets/img/favicon.png" >
< link rel = "icon" type = "image/png" sizes = "508x430" href = "assets/img/favicon.png" >
< link rel = "stylesheet" href = "assets/bootstrap/css/bootstrap.min.css" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap" >
2024-02-23 17:46:03 +11:00
< script async src = "https://umami.woodburn.au/script.js" data-website-id = "fc32daf3-6932-44ee-bbee-f853ce85d5f5" > < / script >
2023-09-02 13:29:12 +10:00
< / head >
< body >
< nav class = "navbar navbar-expand-md sticky-top py-3 navbar-dark" id = "mainNav" >
< div class = "container" > < a class = "navbar-brand d-flex align-items-center" href = "/" > < span class = "bs-icon-sm bs-icon-circle bs-icon-primary shadow d-flex justify-content-center align-items-center me-2 bs-icon" style = "background: transparent;" > < img src = "assets/img/favicon.png" style = "width: 100%;" > < / span > < span > HNSHosting< / span > < / a > < button data-bs-toggle = "collapse" class = "navbar-toggler" data-bs-target = "#navcol-1" > < span class = "visually-hidden" > Toggle navigation< / span > < span class = "navbar-toggler-icon" > < / span > < / button >
< div class = "collapse navbar-collapse" id = "navcol-1" >
< ul class = "navbar-nav mx-auto" >
2023-09-02 13:50:22 +10:00
< li class = "nav-item" > < a class = "nav-link" href = "/" > Home< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "/#contact" > Contact< / a > < / li >
2023-11-17 17:01:14 +11:00
< li class = "nav-item" > < a class = "nav-link" href = "/register" > Register Site< / a > < / li >
2023-09-02 13:29:12 +10:00
< / ul >
< / div >
< / div >
< / nav >
< section class = "py-5" >
< div class = "container py-5" >
< div class = "row mb-4 mb-lg-5" >
< div class = "col-md-8 col-xl-6 text-center mx-auto" >
< p class = "fw-bold text-success mb-2" > Register site< / p >
< h2 class = "fw-bold" > Get started with your Hosting here.< / h2 >
< / div >
< / div >
< div class = "row d-flex justify-content-center" >
< div class = "col-md-6 col-xl-4" >
< div class = "card" >
< div class = "card-body text-center d-flex flex-column align-items-center" >
2023-09-03 13:48:26 +10:00
< form method = "post" action = "/register" >
2023-09-02 13:48:10 +10:00
< div class = "mb-3" > < input type = "text" name = "domain" placeholder = "Domain" > < / div >
< div class = "mb-3" > < input type = "text" placeholder = "Licence Key" name = "licence" > < / div >
2023-09-03 13:48:26 +10:00
< div class = "mb-3" >
2023-09-17 08:47:36 +10:00
< p style = "color: rgb(255,0,0);" > {{ERROR_MESSAGE}}< / p > < button class = "btn btn-primary shadow d-block w-100" type = "submit" > Create site< / button >
2023-09-03 13:48:26 +10:00
< / div >
2024-02-14 11:56:45 +11:00
< p class = "text-muted" > Don't have a licence?< br > < a href = "{{buy_licence_link}}" target = "_blank" > Click here to buy one< / a > < br > Or thanks to the OpenSystems grant< br > < a href = "https://l.woodburn.au/discord" target = "_blank" > Register a free site here< / a > < / p >
2023-09-02 13:29:12 +10:00
< / form >
< / div >
< / div >
< / div >
< / div >
< / div >
< / section >
< footer class = "bg-dark" >
< div class = "container py-4 py-lg-5" >
< hr >
< div class = "text-muted d-flex justify-content-between align-items-center pt-3" >
2023-11-17 17:01:14 +11:00
< p class = "mb-0" > Copyright © 2023 HNSHosting< / p > < a href = "/terms" > Terms & Privacy< / a >
2023-09-02 13:29:12 +10:00
< / div >
< / div >
< / footer >
< script src = "assets/bootstrap/js/bootstrap.min.js" > < / script >
< script src = "assets/js/bold-and-dark.js" > < / script >
< / body >
< / html >