added today's work

This commit is contained in:
szabomarton
2024-09-16 13:36:06 +02:00
parent 069a8d0cd3
commit 2709e23a49
5 changed files with 217 additions and 0 deletions

View File

@@ -9,12 +9,21 @@
background-color: black;
color: yellow;
}
button {
color: yellow;
background-color: black;
outline: auto;
}
</style>
</head>
<body>
<p id="USER"></p>
<p id="COMPUTER"></p>
<p id="winner"></p>
<form action="">
<button type="submit">ÚJRA</button>
</form>
<script>
const weapons = ["kő", "papír", "olló"];
function user_input(input) {