Create computer's choice

This commit is contained in:
Synobbol
2023-01-17 14:40:08 +01:00
commit 9fa14ccf09
2 changed files with 64 additions and 0 deletions

14
index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rock Paper Scissors</title>
</head>
<body>
</body>
<script src="script.js"></script>
</html>