chesstok-lookup/opponent-lookup.html

14 lines
266 B
HTML
Raw Normal View History

2024-05-08 21:23:06 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Opponent Lookup Tool</title>
</head>
<body>
<button id="startButton">Start Application</button>
<div id="output"></div>
<script src="your-script.js"></script>
</body>
</html>