-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
35 lines (35 loc) · 1.42 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
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>几何求解 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 style="height:60px;">
<h1>几何求解</h1>
<p>Pythagorea, Pythagorea 60, Euclidea 3, XSection 难点解答
<br />欢迎大家一起来解题:<a href="https://github.com/Tairraos/Geometry-Solving">https://github.com/Tairraos/Geometry-Solving</a></p>
</header>
<section>
<ul>
<li><a href="Glossary.html">Glossary 词汇表</a></li>
<li><a href="Pythagorea.html">Pythagorea 难题解法</a></li>
<li><a href="Pythagorea60.html">Pythagorea60 难题解法</a></li>
<li><a href="XSection.html">XSection 难题解法</a></li>
<li><a href="https://mathsfans.github.io/Euclidea/">Euclidea3 难题解法</a></li>
</ul>
</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>