Remove Jekyll site in favor of redirecting to the main site's /projects page, where we can more easily and dynamically render project links etc.
8 lines
226 B
HTML
8 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0;url=http://springframework.io/projects" />
|
|
<meta name="google-site-verification" content="7qGntFPD9lWAVCtUu5U77v4l68PsTHf6xpzgjQv2j2M" />
|
|
</head>
|
|
</html>
|