17 lines
405 B
HTML
17 lines
405 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<meta charset="UTF-8">
|
|
<title>Page Title</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link rel="stylesheet" href="">
|
|
<style></style>
|
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
<script src="./static/index.js"></script>
|
|
<body>
|
|
|
|
<button id="reset">RESET</button>
|
|
<div id="result"></div>
|
|
|
|
|
|
</body>
|
|
</html> |