This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user