-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
25 lines (25 loc) · 1.07 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Tchisla 解题参考 by Math-Fans</title>
<link href="dist/style.css" rel="stylesheet">
<link href="dist/favicon.png" rel="shortcut icon">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="titleBack"></div>
<div id="tchislaPad"><table id="solutions">
<tr id="numTitle"><td class="row"></td><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td></tr>
</table></div>
<div id="answer">
<div id="controller"><span id="last"><</span><span id="next">></span></div>
<div id="quiz"></div><div id="formula">There should be beautiful formula.</div><div id="solution"></div>
</div>
<script src="dist/render.js"></script>
<script type="text/x-mathjax-config"> MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$']]}}); </script>
<script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML">
</script>
</body>
</html>