Admin/website/dist/index.html
changeset 16674 bf2cd93cc245
parent 16673 6b14aba5ddaa
child 16675 96bdc59afc05
--- a/Admin/website/dist/index.html	Mon Jul 04 14:42:06 2005 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='iso-8859-1' ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- $Id$ -->
-<html xmlns="http://www.w3.org/1999/xhtml">
-
-<head>
-    <title>Isabelle download mirrors</title>
-    <?include file="//include/htmlheader.include.html"?>
-</head>
-
-<body class="dist">
-    <?include file="//include/header.include.html"?>
-    <div class="hr"><hr/></div>
-    <?include file="//include/navigation_dist.include.html"?>
-    <div class="hr"><hr/></div>
-
-    <div id="content">
-      <?include file="//include/mirrorlist.minor.include.html"?>
-      <div class="hr"><hr/></div>
-
-      <h2>Welcome to the Isabelle Distribution!</h2>
-
-      <p>First, you might like to switch to a nearby mirror:</p>
-
-      <ul>
-        <li><a href="http://www.cl.cam.ac.uk/Research/HVG/Isabelle/dist/">Cambridge
-        (UK)</a></li>
-    
-        <li><a href="http://isabelle.in.tum.de/dist/">Munich
-        (Germany)</a></li>
-    
-        <li><a href="http://mirror.cse.unsw.edu.au/pub/isabelle/">Sydney
-        (Australia)</a></li>
-      </ul>
-    </div>
-    <div class="hr"><hr/></div>
-    <?include file="//include/footer.include.html"?>
-</body>
-
-</html>