Files
JavaScript/Project_Rock,Scissors,Paper/starter.html
T
2026-05-13 16:46:10 +03:00

9 lines
236 B
HTML

<!DOCTYPE html>
<head> <title>Игрульки</title></head>
<body>
<script type="text/javascript" src="main.js"></script>
<h1>Вас приветствует игра "Камень, Ножницы, Бумага"</h1>
</body>
</html>