Spaces:
Sleeping
Sleeping
File size: 644 Bytes
f418104 364e42c f418104 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Eval: {{ expression }}</title>
<link rel="stylesheet" href="../static/css/main.css" />
<link rel="stylesheet" href="../static/css/evaluate.css" />
</head>
<body>
<h1>Evaluate {{ expression }}</h1>
<div class="eval_result">
{{ expression }} = {{ result }}
</div>
<h1>Navigation</h1>
<li>
<a href="../..">Home</a>
</li>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script>
</body>
</html> |