14 lines
266 B
HTML
14 lines
266 B
HTML
|
|
<!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>
|