Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Menu</title>
<script
language="JavaScript">
<!--
button1= new Image();
button1.src = "" /* hier kommt jeweils eine Grafik hin und zwar immer zwischen die "" */
button2= new Image();
button2.src = ""
button3= new Image();
button3.src = ""
button4= new Image();
button4.src = ""
button5= new Image();
button5.src = ""
button6= new Image();
button6.src = ""
button7= new Image();
button7.src = ""
button8= new Image();
button8.src = ""
button9= new Image();
button9.src = ""
button10= new Image();
button10.src = ""
button11= new Image();
button11.src = ""
button12= new Image();
button12.src = ""
/* usw. für alle Grafiken,
die am Mouse-Over-Effekt beteiligt sind */
//-->
</script>
</head>
<p>
<a href="" target="mainFrame" <!-- hier jeweils bei a href normal das ziel eigeben //-->
onmouseover="button01.src='Home2.png';" <!-- hier jeweils die .png durch andere ersetzen //-->
onmouseout="button01.src='Home1.png';">
<img src="" border="0" name="button01" /> <!-- hier bestimmt man jeweils welcher button als erster angezeigt wird normalerweise ist das button1 //-->
</a>
<!-- jetzt das einfach bei allen anderen das selbe machen //-->
<a href="" target="mainFrame"
onmouseover="button02.src='Jahresprogramm2.png';"
onmouseout="button02.src='Jahresprogramm1.png';">
<img src="" border="0" name="button02" />
</a>
<a href="" target="mainFrame"
onmouseover="button03.src='Ergebnisse2.png';"
onmouseout="button03.src='Ergebnisse1.png';">
<img src="" border="0" name="button03" />
</a>
<a href="" target="mainFrame"
onmouseover="button04.src='Presse2.png';"
onmouseout="button04.src='Presse1.png';">
<img src="" border="0" name="button04" />
</a>
<a href="" target="mainFrame"
onmouseover="button05.src='Gallery2.png';"
onmouseout="button05.src='Gallery1.png';">
<img src="" border="0" name="button05" />
</a>
<a href="" target="mainFrame"
onmouseover="button06.src='Kontakt2.png';"
onmouseout="button06.src='Kontakt1.png';">
<img src="" border="0" name="button06" />
</a>
</p>
<a>, <address>, <area>, <b>, <bdo>, <big>, <blockquote>, <body>, <button>, <caption>,
<cite>, <code>, <dd>, <dfn>, <div>, <dl>, <dt>, <em>, <fieldset>, <form>, <h1> to <h6>,
<hr>, <i>, <img>, <input>, <kbd>, <label>, <legend>, <li>, <map>, <ol>, <p>, <pre>,
<samp>, <select>, <small>, <span>, <strong>, <sub>, <sup>, <table>, <tbody>,
<td>, <textarea>, <tfoot>, <th>, <thead>, <tr>, <tt>, <ul>, <var>