Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 852 Bytes

404.md

File metadata and controls

30 lines (24 loc) · 852 Bytes
title permalink
404
/404.html

{% include icon.html icon="fa-solid fa-heart-crack" %} Page Not Found

<script> document.addEventListener("DOMContentLoaded", function() { var path = window.location.pathname; var baseURL = 'https://archive.sulab.org'; if (path.startsWith("/wp-content")) { // redirect to archive.sulab.org var newUrl = baseURL + path; window.location.href = newUrl; } else { // display a suggested link to archive.sulab.org var requestedURL = baseURL + path; document.getElementById('requested-url').innerHTML = 'Perhaps check this link on our archive site?: ' + requestedURL + ''; } }); </script>

Or try searching the whole site for the content you want: {:.center}

{% include site-search.html %}