You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="../css/styles.css" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Anleitung</title> </head> <body> <div class="header"> <button onclick="window.location.href='../index.html';"> zurück </button> <h1>Kniffel - Anleitung</h1> </div> <div class="center"> <p>Quelle: <a href="https://www.schmidtspiele.de/files/Produkte/4/49030%20-%20Kniffel/49203_49030_Kniffel_DE.pdf">schmidtspiele.de</a> </p> <iframe src="Anleitung.pdf" width="600" height="800"></iframe> </div> </body> </html>
|