Admin/website/include/htmlheader.include.html
author haftmann
Sun, 05 Jun 2005 13:45:48 +0200
changeset 16271 5aba3dc670e8
parent 16239 5be516f79075
child 17563 abb280dd3431
permissions -rw-r--r--
added authors

<?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$ -->
<dummy:wrapper xmlns:dummy="http://nowhere.no">
    <?contentType?>
    <!-- the very base - here all elements are fixed to a certain base style -->
    <link rel="stylesheet" type="text/css" media="all" href="//dist/css/aelfwine.css"/>
    <!-- basic isabelle-site-specific styles -->
    <link rel="stylesheet" type="text/css" media="all" href="//dist/css/isabelle_base.css"/>
    <!-- advanced sceen styles - they are imported such that they are ignored by old-fashioned browsers -->
    <style type="text/css" media="screen">
        @import url(<?relativeRoot href="dist/css/isabelle_screen.css"?>);
    </style>
    <!-- advanced print styles -->
    <link rel="stylesheet" type="text/css" media="print" href="//dist/css/isabelle_print.css"/>
    <link rel="icon" href="//dist/img/favicon.ico" type="image/icon"/>
    <meta name="language" content="en"/>
    <meta name="robots" content="index follow"/>
    <meta name="author" content="Tobias Nipkow, Lawrence Paulson, Markus Wenzel, Gerwin Klein, Florian Haftmann" />
</dummy:wrapper>