Inital commit

This commit is contained in:
Tilman
2011-10-26 09:12:25 +02:00
commit c2670245b7
21 changed files with 381 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<title>Die L&ouml;sung - Kein Startsound!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel='stylesheet' type='text/css' href='stylesheet.css' media='all' />
</head>
<body>
<div id="maincol">
<div id="menu">
<a href="index.html">Start</a>&nbsp;&#8226;&nbsp;<a href="das-problem.html">Das Problem</a>&nbsp;&#8226;&nbsp;<span class="active">Die Lösung</span>&nbsp;&#8226;&nbsp;<a href="kampagne.html">Mitmachen</a>&nbsp;&#8226;&nbsp;<a href="kontakt.php">Kontakt</a>
</div>
<h2>Die Lösung</h2>
<p>
Schritt-für-Schritt-Anleitungen zum Abschalten des Startsounds:
</p>
<ul>
<li><a href="loesung-xp/kein-startsound-windows-xp.html">Windows XP</a></li>
<li><!--a href="kein-startsound-windows-vista.html"-->Windows Vista<!--/a--> - <em>demnächst verfügbar</em></li>
<li><!--a href="kein-startsound-osx.html"-->Mac OS X<!--/a--> - <em>demnächst verfügbar</em></li>
</ul>
</div>
</body>
</html>