forked from Alpha/Epic-Sax
back button
This commit is contained in:
parent
fdd1f25e27
commit
512e8c433b
7 changed files with 36 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||||
<h1>Altsaxophon</h1>
|
<h1>Altsaxophon</h1>
|
||||||
<img src="inhalte/bilder/Altsaxophon.png" />
|
<img src="inhalte/bilder/Altsaxophon.png" />
|
||||||
<a class="quelle" href="https://www.kisspng.com/free/alto-saxophone.html">Bildquelle</a>
|
<a class="quelle" href="https://www.kisspng.com/free/alto-saxophone.html">Bildquelle</a>
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||||
<h1>Baritonsaxophon</h1>
|
<h1>Baritonsaxophon</h1>
|
||||||
<img src="inhalte/bilder/Baritonsaxophon.png" />
|
<img src="inhalte/bilder/Baritonsaxophon.png" />
|
||||||
<a class="quelle" href="https://de.kisspng.com/png-vw76al/">Bildquelle</a>
|
<a class="quelle" href="https://de.kisspng.com/png-vw76al/">Bildquelle</a>
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||||
<h1>Impressum</h1>
|
<h1>Impressum</h1>
|
||||||
<p>
|
<p>
|
||||||
Hannes Jaeschke<br />
|
Hannes Jaeschke<br />
|
||||||
|
|
|
@ -21,3 +21,17 @@ p {
|
||||||
|
|
||||||
font-size: 5vh;
|
font-size: 5vh;
|
||||||
}
|
}
|
||||||
|
.button {
|
||||||
|
background-color: grey;
|
||||||
|
border: none;
|
||||||
|
color: white;
|
||||||
|
padding: 15px 32px;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
.button:hover {
|
||||||
|
background-color: lightgray;
|
||||||
|
color: white;
|
||||||
|
}
|
|
@ -58,3 +58,18 @@ a.quelle {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 2vh;
|
font-size: 2vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
background-color: grey;
|
||||||
|
border: none;
|
||||||
|
color: white;
|
||||||
|
padding: 15px 32px;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
.button:hover {
|
||||||
|
background-color: lightgray;
|
||||||
|
color: white;
|
||||||
|
}
|
|
@ -7,6 +7,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||||
<h1>Sopransaxophon</h1>
|
<h1>Sopransaxophon</h1>
|
||||||
<img src="inhalte/bilder/Sopransaxophon.png" />
|
<img src="inhalte/bilder/Sopransaxophon.png" />
|
||||||
<a class="quelle" href="https://de.kisspng.com/png-mqadkl/">Bildquelle</a>
|
<a class="quelle" href="https://de.kisspng.com/png-mqadkl/">Bildquelle</a>
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||||
<h1>Tenorsaxophon</h1>
|
<h1>Tenorsaxophon</h1>
|
||||||
<img src="inhalte/bilder/Tenorsaxophon.png" />
|
<img src="inhalte/bilder/Tenorsaxophon.png" />
|
||||||
<a class="quelle" href="https://de.kisspng.com/png-vcd3ox/download-png.html">Bildquelle</a>
|
<a class="quelle" href="https://de.kisspng.com/png-vcd3ox/download-png.html">Bildquelle</a>
|
||||||
|
|
Loading…
Reference in a new issue