#27 - Add project site redirect.
This commit is contained in:
BIN
docs/favicon.png
Normal file
BIN
docs/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
11
docs/index.html
Normal file
11
docs/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="http://spring.io/projects/spring-data-r2dbc">
|
||||
<meta http-equiv="refresh" content="0; url=http://spring.io/projects/spring-data-r2dbc">
|
||||
<meta name="robots" content="noindex">
|
||||
<h1>Redirecting…</h1>
|
||||
<a href="http://spring.io/projects/spring-data-r2dbc">Click here if you are not redirected.</a>
|
||||
<script>location="http://spring.io/projects/spring-data-r2dbc"</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user