#27 - Add project site redirect.

This commit is contained in:
Mark Paluch
2018-11-27 14:28:13 +01:00
parent 6ba8fd0ca2
commit dc3a0d5fc4
2 changed files with 11 additions and 0 deletions

BIN
docs/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

11
docs/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</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&hellip;</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>