-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
7 lines (7 loc) · 5.6 KB
/
Copy path404.html
File metadata and controls
7 lines (7 loc) · 5.6 KB
1
2
3
4
5
6
7
<!DOCTYPE html> <head> <title></title> <meta charset=UTF-8> <meta name=viewport content="width=device-width, initial-scale=1.0"> <link rel=icon type="image/png" href="/favicon-96x96.png" sizes=96x96 /> <link rel=icon type="image/svg+xml" href="/favicon.svg"/> <link rel="shortcut icon" href="/favicon.ico"/> <link rel=apple-touch-icon sizes=180x180 href="/apple-touch-icon.png"/> <script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K8JV35X');
</script> <script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.jsdelivr.net/npm/algoliasearch@4/dist/algoliasearch-lite.umd.js"></script> <script src="https://cdn.jsdelivr.net/npm/instantsearch.js@4"></script> <link href="/stylesheets/site.css" rel=stylesheet /> <script src="/javascripts/site.js"></script> <meta name="Algolia crawler" content=noindex> </head> <body> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K8JV35X" height=0 width=0 style="display:none;visibility:hidden"></iframe></noscript> <div class=min-h-full> <nav class="bg-white border-b border-gray-200"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="flex justify-between h-16"> <div class="flex w-full"> <div class="flex-shrink-0 flex items-center font-extrabold"> <a href="/"> <img class="w-28 object-cover" src="/images/logo_mobile.png" alt="SuperDukeNet Logo"> </a> </div> <div class="hidden sm:-my-px sm:ml-6 sm:flex sm:space-x-6"> <a href="/" class="text-base text-gray-900 hover:text-gray-900 inline-flex items-center px-1 font-medium">Home</a> <a href="/about/" class="text-base text-gray-900 hover:text-gray-900 inline-flex items-center px-1 font-medium">About</a> </div> </div> <div class="mr-0 w-full sm:w-80 mt-3"> <div id=searchbox class=w-full></div> </div> <div class="-mr-2 flex items-center sm:hidden"> <button type=button id=mobile-menu-button class="bg-white inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-grey-500" aria-controls=mobile-menu aria-expanded=false> <span class=sr-only>Open main menu</span> <svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor aria-hidden=true> <path stroke-linecap=round stroke-linejoin=round d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"/> </svg> <svg class="hidden h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill=none viewBox="0 0 24 24" stroke-width="1.5" stroke=currentColor aria-hidden=true> <path stroke-linecap=round stroke-linejoin=round d="M6 18L18 6M6 6l12 12"/> </svg> </button> </div> </div> </div> <div class="sm:hidden hidden" id=mobile-menu> <div class="pt-2 pb-3 space-y-1"> <a href="/" class="bg-grey-50 border-grey-500 text-grey-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Home</a> <a href="/about/" class="bg-grey-50 border-grey-500 text-grey-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">About</a> </div> </div> <div class="relative max-w-7xl mx-auto"> <div class="absolute left-0 right-0 mx-2 sm:mx-8"> <div id=hits class="w-device bg-white border border-gray-200 shadow-lg z-50 hidden rounded-none sm:rounded-b-md"> <div id=hits-list></div> <div id=hits-pagination class="border-t border-gray-100 px-4 py-2"></div> </div> </div> </div> </nav> <div class=py-6> <header> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="lg:flex lg:items-center lg:justify-between"> <div class="flex-1 min-w-0"> <nav class=flex aria-label=Breadcrumb> <ol role=list class="flex items-start h-full"> <li class=flex> <a href="/" class="text-sm font-medium text-gray-500 hover:text-gray-700">Home</a> </li> <li class=flex> <svg class="mx-4 h-5 w-5 text-gray-400 flex-shrink-0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill=currentColor aria-hidden=true> <path fill-rule=evenodd d="M7.21 14.77a.75.75 0 01.02-1.06L11.168 10 7.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z" clip-rule=evenodd /> </svg> <p class="text-sm font-medium text-gray-500">Not Found</p> </li> </ol> </nav> </div> </div> </div> </header> <main> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="text-lg space-y-6 my-40 w-full text-center"> <h1 class="text-8xl font-semibold text-gray-900 sm:tracking-tight">404</h1> <p class="text-4xl font-semibold text-gray-900 sm:tracking-tight w-full text-center">Not Found</p> </div> </div> </main> </div> </div> <footer class=bg-white> <div class="mx-auto max-w-7xl overflow-hidden py-12 px-4 sm:px-6 lg:px-8"> <nav class="-mx-5 -my-2 flex flex-wrap justify-center" aria-label=Footer> <div class="px-5 py-2"> <a href="/" class="text-base text-gray-500 hover:text-gray-900">Home</a> </div> <div class="px-5 py-2"> <a href="/about/" class="text-base text-gray-500 hover:text-gray-900">About</a> </div> <div class="px-5 py-2"> <a href="/terms/" class="text-base text-gray-500 hover:text-gray-900">Terms</a> </div> </nav> <div class="grid place-items-center"> <a href="https://www.buymeacoffee.com/coatezy" target=_blank rel="noopener noreferrer nofollow"> <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" class="mt-10 content-center" style="height:30px !important;width: 108px !important;"> </a> </div> <p class="mt-8 text-center text-base text-gray-400">© 2025 SuperDukeNet</p> </div> </footer> </body> </html>