Admin/website/dist/index.html
author haftmann
Thu, 30 Jun 2005 08:57:53 +0200
changeset 16619 94e3d94b426d
parent 16247 8691680a1922
permissions -rw-r--r--
minor corrections

<?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>