mirror of
https://github.com/godotengine/godot-commit-artifacts.git
synced 2025-12-31 05:48:27 +03:00
Reuse existing data and display evergreen artifacts
This commit is contained in:
11
build/res/redirect_index.html
Normal file
11
build/res/redirect_index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</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…</h1>
|
||||
<a href="{{REDIRECT_PATH}}">Click here if you are not redirected.</a>
|
||||
</html>
|
||||
Reference in New Issue
Block a user