[Python-checkins] pythontestdotnet: add redirect target

benjamin.peterson python-checkins at python.org
Wed Nov 5 18:59:57 CET 2014


https://hg.python.org/pythontestdotnet/rev/5fdf30f78cf1
changeset:   3:5fdf30f78cf1
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Nov 05 12:59:48 2014 -0500
summary:
  add redirect target

files:
  www/elsewhere/index.html |  10 ++++++++++
  1 files changed, 10 insertions(+), 0 deletions(-)


diff --git a/www/elsewhere/index.html b/www/elsewhere/index.html
new file mode 100644
--- /dev/null
+++ b/www/elsewhere/index.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<html>
+<head>
+<title>Redirect target</title>
+</head>
+<body>
+This is a redirect target.
+</body>
+</html>
+

-- 
Repository URL: https://hg.python.org/pythontestdotnet


More information about the Python-checkins mailing list