[Python-checkins] pythontestdotnet: add index page

benjamin.peterson python-checkins at python.org
Wed Nov 5 17:09:19 CET 2014


https://hg.python.org/pythontestdotnet/rev/607a33b35ad4
changeset:   1:607a33b35ad4
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Nov 05 11:08:16 2014 -0500
summary:
  add index page

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


diff --git a/www/index.html b/www/index.html
new file mode 100644
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<html>
+  <head>
+    <title>(C)Python test resources</title>
+  </head>
+  <body>
+    This domain is hosted to host various services contacted by
+    the <a href="https://www.python.org">Python</a> test suite.
+  </body>
+</html>

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


More information about the Python-checkins mailing list