Files
odin-rock-paper-scissor/index.html
T
2025-02-21 19:56:06 +09:00

11 lines
239 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script src="script.js"></script>>
</body>
</html>