Files
godot-commit-artifacts/build/res/redirect_index.html
2023-03-28 18:31:46 +02:00

12 lines
413 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="{{REDIRECT_PATH}}">
<script>location="{{REDIRECT_PATH}}"</script>
<meta http-equiv="refresh" content="0; url={{REDIRECT_PATH}}">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="{{REDIRECT_PATH}}">Click here if you are not redirected.</a>
</html>