test
This commit is contained in:
13
opponent-lookup.html
Normal file
13
opponent-lookup.html
Normal 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>
|
Reference in New Issue
Block a user