forked from haveachin/Epic-Sax
implement =>place for back jump
This commit is contained in:
parent
512e8c433b
commit
c12e5fa45f
5 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zurück</button>
|
||||
<h1>Altsaxophon</h1>
|
||||
<img src="inhalte/bilder/Altsaxophon.png" />
|
||||
<a class="quelle" href="https://www.kisspng.com/free/alto-saxophone.html">Bildquelle</a>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zurück</button>
|
||||
<h1>Baritonsaxophon</h1>
|
||||
<img src="inhalte/bilder/Baritonsaxophon.png" />
|
||||
<a class="quelle" href="https://de.kisspng.com/png-vw76al/">Bildquelle</a>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
ein. Heut zu Tage ist das Saxophon vor allem im Jazz beheimatet, jedoch auch in der modernen Blasmusik.</p>
|
||||
</div>
|
||||
<div class="page explore">
|
||||
<h1>Entdecken Sie die Vielfalt der Saxophone</h1>
|
||||
<h1 id="sax">Entdecken Sie die Vielfalt der Saxophone</h1>
|
||||
<div class="saxophones">
|
||||
<a href="sopransaxophon.html">
|
||||
<div class="saxophone">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zurück</button>
|
||||
<h1>Sopransaxophon</h1>
|
||||
<img src="inhalte/bilder/Sopransaxophon.png" />
|
||||
<a class="quelle" href="https://de.kisspng.com/png-mqadkl/">Bildquelle</a>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||
<button class="button" onclick="window.location.href='index.html#sax'" type="button">Zurück</button>
|
||||
<h1>Tenorsaxophon</h1>
|
||||
<img src="inhalte/bilder/Tenorsaxophon.png" />
|
||||
<a class="quelle" href="https://de.kisspng.com/png-vcd3ox/download-png.html">Bildquelle</a>
|
||||
|
|
Loading…
Reference in a new issue