added winners
All checks were successful
Release / publish (push) Successful in 59s

This commit is contained in:
Gian Breitenstein
2024-09-26 17:46:12 +02:00
parent a067952f7d
commit 5cae25cb2f
3 changed files with 35 additions and 6 deletions

View File

@ -25,7 +25,6 @@
</style>
<body>
<script> </script>
<h1>Das ist die webseite von Gian</h1>
<p>This is a paragraph.</p>
@ -42,12 +41,18 @@
</div>
<div class="labelcontainer">
<label>name</label>
<input type="text">
<input type="text" id="name">
</div>
<div>
<input type="button" onclick="getData()" value="Generate">
<input type="button" onclick="calcChanche()" value="Generate">
</div>
<div>
<p id="winners"></p>
</div>
</body>
<script>
getWinners()
</script>
</html>