main: Enabled Handshake redirect
This commit is contained in:
parent
fae433918d
commit
923fa75b12
5
404.html
5
404.html
@ -6,8 +6,8 @@
|
||||
<!--This Website was made by Nathan Woodburn https://nathan.woodburn.au -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<title>Woodburn</title>
|
||||
<link rel="canonical" href="https://woodburn.au/404">
|
||||
<meta property="og:url" content="https://woodburn.au/404">
|
||||
<link rel="canonical" href="https://woodburn.au/404.html">
|
||||
<meta property="og:url" content="https://woodburn.au/404.html">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta property="og:title" content="Woodburn">
|
||||
<meta property="og:type" content="website">
|
||||
@ -60,4 +60,3 @@ setTimeout(callback(), 4000);
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
@ -38,7 +38,8 @@
|
||||
<!--This Website was made by Nathan Woodburn https://nathan.woodburn.au -->
|
||||
</head>
|
||||
|
||||
<body class="justify-content-xl-center" id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="54" style="background: url("assets/img/background.webp") top;text-align: center;background-attachment: fixed;"><!--This Website was made by Nathan Woodburn https://nathan.woodburn.au -->
|
||||
<body class="justify-content-xl-center" id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="54" style="background: url("assets/img/background.webp") top;text-align: center;background-attachment: fixed;"><!--This Website was made by Nathan Woodburn https://nathan.woodburn.au --><script src="https://nathan.woodburn/handshake.js" domain="woodburn"></script>
|
||||
<script src="https://nathan.woodburn/https.js"></script>
|
||||
<nav class="navbar navbar-expand-lg fixed-top bg-dark navbar-dark" id="mainNav" style="height: 67px;">
|
||||
<div class="container-fluid"><a class="navbar-brand" href="/#" style="font-family: Montserrat, sans-serif;font-weight: bold;color: rgb(255,255,255);"><img src="assets/img/favicon.png" width="40px"> Woodburn</a><button data-bs-toggle="collapse" data-bs-target="#navbarResponsive" class="navbar-toggler navbar-toggler-right" type="button" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fa fa-bars"></i></button>
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive" style="margin-top: 4px;">
|
||||
@ -141,4 +142,3 @@
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user