We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580080e commit 57a9f71Copy full SHA for 57a9f71
outreach/index.html
@@ -1,15 +1,12 @@
1
-<?php
2
-
3
4
5
-$title = "Globus Outreach Homepage";
6
7
-include_once( "/mcs/www-unix.globus.org/include/globus_header_home.inc" );
8
9
-?>
10
11
-<h1 class="first">Globus Outreach</h1>
12
13
-<p>Link to the SC|06 Globus Survey document: [<a href="survey-v2.pdf">pdf</a>]</p>
14
15
-<?php include("/mcs/www-unix.globus.org/include/globus_footer.inc"); ?>
+<html>
+<head>
+<title>This page has moved</title>
+<meta HTTP-EQUIV="Refresh" CONTENT="0;
+ URL=http://dev.globus.org/wiki/Outreach">
+</head>
+<body>
+<p>If you see this message, please <a
+ href="http://dev.globus.org/wiki/Outreach">click
+ here</a> to view the requested page.</p>
+</body>
+</html>
0 commit comments