Admin/website/include/htmlheader.include.html
author haftmann
Wed, 21 Sep 2005 16:37:37 +0200
changeset 17563 abb280dd3431
parent 16271 5aba3dc670e8
child 19555 7938d8e0c52d
permissions -rw-r--r--
unify dist and main

<?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="//css/aelfwine.css"/>
    <!-- basic isabelle-site-specific styles -->
    <link rel="stylesheet" type="text/css" media="all" href="//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="css/isabelle_screen.css"?>);
    </style>
    <!-- advanced print styles -->
    <link rel="stylesheet" type="text/css" media="print" href="//css/isabelle_print.css"/>
    <link rel="icon" href="//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>