|
@ -1,12 +1,16 @@ |
|
|
<!DOCTYPE html> |
|
|
<!DOCTYPE html> |
|
|
<html lang="en"> |
|
|
<html lang="en"> |
|
|
<head> |
|
|
<head> |
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/style.css" /> |
|
|
<meta charset="UTF-8"> |
|
|
<meta charset="UTF-8"> |
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
|
|
|
<script type="text/javascript" src="js/rollDice.js"></script> </script> |
|
|
<title>Document</title> |
|
|
<title>Document</title> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
|
|
|
|
|
|
|
|
|
<input type = "button" id="rollButton" onclick = "rollDice()" value = "Würfeln"> |
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
</html> |