This commit is contained in:
unknown
2024-05-08 14:23:06 -07:00
parent b4df03c1f5
commit 4f734ddf74
12 changed files with 36973 additions and 0 deletions

13
opponent-lookup.html Normal file
View File

@@ -0,0 +1,13 @@
<!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>