-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (32 loc) · 1.63 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
36
37
38
39
40
41
<html>
<head>
<title>QuiverTools</title>
<script defer data-domain="quiver.tools" src="https://plausible.io/js/script.js"></script>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<style type="text/css">
body {
font-family: "Helvetica Neue";
}
</style>
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="a toolset to work with quivers and moduli of quiver representations" />
<meta name="twitter:image" content="https://quiver.tools/logo.png">
<meta name="title" content="quiver.tools">
<meta name="description" content="a toolset to work with quivers and moduli of quiver representations">
<meta property="og:type" content="website">
<meta property="og:url" content="http://quiver.tools">
<meta property="og:title" content="QuiverTools">
<meta property="og:description" content="QuiverTools provides you with a toolset to work with quivers and moduli of quiver representations">
<meta property="og:image" content="https://quiver.tools/logo.png">
</head>
<body>
<center>
<img src="logo.svg"><br>
<h2>a toolset to work with quivers<br>and moduli of quiver representations</h2>
<p>Check the <a href="https://sage.quiver.tools">documentation of the Sage version</a>.
<br><a href="https://github.com/QuiverTools/QuiverTools/blob/main/README.md">Installation instructions are in the README</a>.
<p>Many things are already explained in the docstrings,
<br>a more detailed guide is being written.
<p>A <a href="https://julia.quiver.tools">more performance-oriented version in Julia</a> is also available.
</body>
</html>