Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 1.3 KB

404.md

File metadata and controls

41 lines (39 loc) · 1.3 KB
layout title sitemap permalink
default
Page Not Found
false
/404.html
<script> function getMessage() { var output = ""; if (window.location.pathname.startsWith("/u/")) { var path = window.location.pathname.replace(/^\/u\/(.*?)\/*$/, '$1'); var parts = path.split("/") if (parts.length > 1) { var owner = parts[0]; var repo = parts[1]; var ref = "" if (parts.length > 2) { ref = parts.slice(2).join("/") } var hostname; if (window.location.hostname == "door43.org") { hostname = "git.door43.org"; } else { hostname = "develop.door43.org"; } var newUrl = `https://${hostname}/${owner}/${repo}`; if (ref) { newUrl += "/src/branch/" + ref; } output = '

This probably means we could not convert the content
from ' + newUrl + '

' } } return output; } </script>
<script>document.write(getMessage());</script>

Go Back to the previous page or Contact Us to let us know.