MA0301/tools/discrete-extraction-tools/pages/answer/answer.html

35 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Answer</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.css" integrity="sha384-Um5gpz1odJg5Z4HAmzPtgZKdTBHZdw8S29IecapCSB31ligYPhHQZMIlWLYQGVoc" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="../../lib/katex.min.js" defer></script>
<script src="index.js" defer></script>
<link rel="icon"
type="image/png"
href="../../icon.png">
</head>
<body>
<div class="container"></div>
<div class="row justify-content-center my-4 mx-4">
<div class="col" id="katex"></div>
<textarea class="col" id="latex" cols="80" rows="20"></textarea>
</div>
<div class="d-flex justify-content-center my-4">
<button class="btn btn-primary text-center" id="copy">COPY</button>
</div>
</body>
</html>