Files
tilman.de/www/uni/ws03/alp/allg.php
T
2011-10-26 10:11:42 +02:00

33 lines
1.2 KiB
PHP

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" media="all" href="stylesheet.css">
<title>Allgemeines</title>
</head>
<body>
<span id="menu"><a href="index.php">zurück zur Liste</a></span>
<div id="buttons">
<form action="edit.php" method="POST">
<input type="hidden" name="filename" value="<?php echo $_SERVER['SCRIPT_FILENAME']?>">
<p>
<input type="submit" value="Seite bearbeiten">
</p>
</form>
</div>
<h1>Allgemeines</h1>
<h2>Fragen</h2>
<h2>Anmerkungen</h2>
<h2>Links</h2>
<a href="http://www.inf.fu-berlin.de/lehre/WS01/ALPI/">ALP I</a><br>
<a href="http://www.inf.fu-berlin.de/lehre/SS02/alp2/">ALP II</a><br>
<a href="http://www.inf.fu-berlin.de/lehre/WS02/ALP3/index.html">ALP III</a><br>
<a href="http://www.zwergmaster.de/index.php?site=40&amp;cat=downloads">study auf zwergmaster.de</a><br>
<a href="http://www.pi.informatik.tu-darmstadt.de/studarb/JochenSchroeder/Kategorien/Algorithmentypen.html"> Algorithmen ohne Ende</a><br>
</body>
</html>