Inital commit
This commit is contained in:
@@ -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ö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> • <a href="das-problem.html">Das Problem</a> • <span class="active">Die Lösung</span> • <a href="kampagne.html">Mitmachen</a> • <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>
|
||||
Reference in New Issue
Block a user