mirror of
https://github.com/kalmarek/SmallHyperbolic
synced 2024-11-27 08:30:27 +01:00
24 lines
735 B
HTML
24 lines
735 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Generalized Triangle Groups</title>
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
|
|
</head>
|
|
<body>
|
|
<h3>
|
|
Generalized Triangle Groups
|
|
</h3>
|
|
<table id='GeneralizedTriangleGroups' border=0 class="dataframe">
|
|
</table>
|
|
|
|
</body>
|
|
|
|
<script src="tablefilter/tablefilter.js"></script>
|
|
<script src="data.js"></script>
|
|
|
|
</html>
|