|
|
@ -5,12 +5,20 @@ |
|
|
|
<meta charset="UTF-8"> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
|
<script type="text/javascript" src="js/rollDice.js"></script> </script> |
|
|
|
<script type="text/javascript" src="js/rollDice.js"></script> |
|
|
|
<script type= "text/javascript" src="js/rollResult.js"></script> |
|
|
|
<title>Document</title> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<input type = "button" id="rollButton" onclick = "rollDice()" value = "Würfeln"> |
|
|
|
|
|
|
|
<div class = "container"> |
|
|
|
<img src="/img/wurfle/f(1).png" id="face"> |
|
|
|
<input type = "button" id="rollButton" onclick = "changeFace()" value = "Würfeln"> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body> |
|
|
|
</html> |