Skip to content

Commit b4b3fb8

Browse files
committed
Deploying to gh-pages from @ d2b1cdc 🚀
1 parent a938688 commit b4b3fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/basic.css"> <link rel=icon href="/assets/favicon.ico"> <title>404</title> <header> <div class=blog-name ><a href="/"><img src="/assets/logo.png" width=100px ></a></div> <nav> <ul> <li><a href="/">Home</a> <li><a href="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/trixi-framework" target=_blank rel="noopener noreferrer">Trixi on GitHub</a> </ul> </nav> </header> <div class=franklin-content > <div style="margin-top: 40px; font-size: 40px; text-align: center;"> <br> <div style="font-weight: bold;"> 404 </div> <br> <br> The requested page was not found <br> <br> <br> <br> <div style="margin-bottom: 300px; font-size: 24px"> <a href="/">Click here</a> to go back to the homepage. </div> </div> <div class=page-foot > <div class=copyright > &copy; <a href="https://github.com/trixi-framework/Trixi.jl/blob/main/AUTHORS.md" target=_blank rel="noopener noreferrer">The Trixi Authors</a>. Last modified: April 30, 2025. Website built with <a href="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/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div>
1+
<!DOCTYPE html> <meta charset=utf-8 > <title>Error 404 :(</title> <script> window.onload = function () { const destination = window.location.href; if (window.location.href.includes("trixi-framwork.github.io/Trixi.jl")) { const redirectLocation = window.location.href.replace( "trixi-framework.github.io/Trixi.jl", "trixi-frameowkr.github.io/TrixiDocumentation" ); document.getElementById("body").innerHTML = "Trixi.jl documentation has moved!<br/><br/>Redirecting to " + redirectLocation + " ..."; window.location.href = redirectLocation; } } </script> <body id=body style="text-align: center"> Page not found

0 commit comments

Comments
 (0)