Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 921 Bytes

404.md

File metadata and controls

31 lines (28 loc) · 921 Bytes
permalink
/404.html
<title>Page Not Found</title> <script> (function() { // 古いGitHub PagesのURLから新しいカスタムドメインへのリダイレクト var oldDomain = 'alps-asd.github.io'; var newDomain = 'www.app-state-diagram.com';
        if (document.location.hostname === oldDomain) {
            // 現在のパス(URLの一部)を取得
            var path = window.location.pathname;

            // 新しいドメインに同じパスでリダイレクト
            window.location.href = 'https://' + newDomain + path;
        }
    })();
</script>

Page not found

Sorry, but the page you were looking for could not be found.

Back to top page