2023-02-06 18:19:53 +11:00
<!DOCTYPE html>
< html lang = "en" style = "color: white;" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, shrink-to-fit=no" >
2023-10-30 15:37:51 +11:00
< title > .{{tld}}/ domains< / title >
2023-02-06 18:19:53 +11:00
< meta name = "description" content = ".tas/ domains" >
< link rel = "icon" type = "image/png" sizes = "1024x1024" href = "assets/img/favicon.png" >
< link rel = "icon" type = "image/png" sizes = "1024x1024" href = "assets/img/favicon.png" >
< link rel = "icon" type = "image/png" sizes = "1024x1024" href = "assets/img/favicon.png" >
< link rel = "icon" type = "image/png" sizes = "1024x1024" href = "assets/img/favicon.png" >
< link rel = "icon" type = "image/png" sizes = "1024x1024" href = "assets/img/favicon.png" >
< link rel = "stylesheet" href = "assets/bootstrap/css/bootstrap.min.css" >
2023-10-30 15:37:51 +11:00
< link rel = "stylesheet" href = "assets/css/index.css" >
2023-02-06 18:19:53 +11:00
< / head >
< body style = "background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) 100%), url("assets/img/background.jpg") no-repeat, #000000;background-size: auto, cover, auto;color: white;" >
< nav class = "navbar navbar-dark navbar-expand" >
2023-10-30 15:37:51 +11:00
< div class = "container-fluid" > < a class = "navbar-brand" href = "/" style = "font-size: 30px;font-weight: bold;color: white;" > .{{tld}}/< / 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 >
2023-02-06 18:19:53 +11:00
< div class = "collapse navbar-collapse" id = "navcol-1" >
< ul class = "navbar-nav ms-auto" style = "font-size: 20px;font-weight: bold;" >
< li class = "nav-item" > < a class = "nav-link active" href = "/" > Home< / a > < / li >
2023-10-30 15:37:51 +11:00
< li class = "nav-item" > < a class = "nav-link" href = "https://reg.woodburn.au/tld/{{tld}}" > Get yourname.{{tld}}/< / a > < / li >
2023-02-06 18:19:53 +11:00
< li class = "nav-item" > < a class = "nav-link" href = "https://hns.au" target = "_blank" > HNSAU< / a > < / li >
< / ul >
< / div >
< / div >
< / nav >
< header >
< div class = "container" >
< div style = "text-align: center;" >
2023-10-30 15:37:51 +11:00
< h1 class = "display-1 text-center" style = "font-weight: bold;margin: 0px;" > .{{tld}} domains< / h1 > < span style = "font-weight: bold;font-size: 40px;" > < br > The domain name for your next project< br > < br > < / span >
2023-02-06 18:19:53 +11:00
< / div >
< / div >
< / header >
< section style = "font-size: 25px;" >
< div class = "text-center" id = "pricing" >
2023-11-03 14:49:45 +11:00
< p class = "text-center" style = "font-weight: bold;" > .{{tld}}/ domains now available for registration at Woodburn Registry.< / p >
< span > Get yourname.{{tld}}/< / span >
< p class = "text-center" style = "font-weight: bold;" > {{sales}} .{{tld}}/ domains claimed so far< / p >
2023-02-06 18:19:53 +11:00
< / div >
< / section >
2023-10-31 14:54:14 +11:00
< footer style = "font-size: 25px;background: black;color: white;margin-top: 250px;" >
< span > © 2023 .{{tld}}/< / span >
< span class = "right-footer" >
Domains by
< a href = "https://nathan.woodburn.au" target = "_blank" > Nathan.Woodburn/< / a >
< / span >
< / footer >
2023-11-02 19:11:12 +11:00
{{https_redirect | safe}}
2023-02-06 18:19:53 +11:00
< script src = "assets/bootstrap/js/bootstrap.min.js" > < / script >
< / body >
< / html >