generated from nhcarrigan/template
feat: backup our static pages
This commit is contained in:
18
link-redirector/index.html
Normal file
18
link-redirector/index.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Link Redirector</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="Naomi's Link Redirection Service" />
|
||||
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Link Redirector</h1>
|
||||
<section>
|
||||
<p>If you have landed on this page, you've found a subdomain redirect that is improperly set up. Please reach out in our <a href="https://chat.nhcarrigan.com">support server</a> to let us know!</p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user