-
Notifications
You must be signed in to change notification settings - Fork 4
/
Pythagorea.html
33 lines (33 loc) · 1.36 KB
/
Pythagorea.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
26
27
28
29
30
31
32
33
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Pythagorea 解法 by Tairraos</title>
<link rel="stylesheet" href="css/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div class="wrapper">
<header>
<h1>Pythagorea 解法</h1>
<p>对应 Apple app store 里的 Pythagorea 游戏</p>
<ul>
<li style="width:80px"><a href="Glossary.html"><strong>Glossary</strong>词汇表</a></li>
<li style="width:106px"><a href="Pythagorea60.html"><strong>Pythagorea60</strong>难题解法</a></li>
<li style="width:80px"><a href="XSection.html"><strong>XSection</strong>难题解法</a></li>
<li style="width:88px"><a href="https://mathsfans.github.io/Euclidea/"><strong>Euclidea3</strong>难题解法</a></li>
</ul>
</header>
<section id="mdContainer" data-md="Pythagorea" class="pythagorea">
</section>
</div>
<footer>
<p>Project maintained by <a href="https://github.com/Tairraos">Tairraos</a></p>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
</body>
<script src="js/zepto.min.js"></script>
<script src="js/remarkable.min.js"></script>
<script src="js/pageparser.js"></script>
</html>