feat: Add Nathan.Woodburn to footer
This commit is contained in:
parent
a4c1e919e5
commit
390083eae3
@ -8,4 +8,11 @@ footer {
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
padding-left: 5%;
|
||||
}
|
||||
span.right-footer {
|
||||
float: right;
|
||||
margin-right: 5%;
|
||||
}
|
||||
span.right-footer a {
|
||||
color: #fff;
|
||||
}
|
@ -39,8 +39,14 @@
|
||||
<p class="text-center" style="font-weight: bold;">.{{tld}}/ domains now available for registration at Woodburn Registry.</p><span>Get yourname.{{tld}}/</span>
|
||||
</div>
|
||||
</section>
|
||||
<footer style="font-size: 25px;background: black;color: white;margin-top: 250px;"><span>© 2023 .{{tld}}/</span></footer>
|
||||
<script src="https://nathan.woodburn/https.js"></script>
|
||||
<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>
|
||||
<!-- <script src="https://nathan.woodburn/https.js"></script> -->
|
||||
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
|
||||
</body>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user