22 lines
		
	
	
		
			615 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			615 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="de">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <link rel="stylesheet" type="text/css" href="css/startScreenLayout.css">
 | 
						|
    <title>MathRunner</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <div id="spielRaum">
 | 
						|
        <div id="startScreen">
 | 
						|
            <h1 id = "storyText" >Willkommen zu MathRunner</h1>
 | 
						|
            <button id="startButton">Weiter</button>
 | 
						|
        </div>
 | 
						|
		<div id="tom">
 | 
						|
            <img id="tomBild" src="pics/tom_1.png" alt="tom">
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
    <script src="js/startjs.js"></script>
 | 
						|
</body>
 | 
						|
</html>
 |