-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.html
35 lines (32 loc) · 1.47 KB
/
documentation.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 name="viewport" content="minimum-scale=1.0, width=device-width, maximum-scale=1.0, user-scalable=no, initial-scale=1">
<title>YAGS - Yet Another Graph System</title>
<link rel="icon"
type="image/png"
href="resources/img/yagslogo3-transparent.png">
<link rel="stylesheet" type="text/css" href="resources/css/lib/normalize.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/gap2html.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/lib/btns.css"/>
<!-- <link rel="stylesheet" type="text/css" href="resources/css/lib/primer-buttons.css"/> -->
<!-- <link rel="stylesheet" type="text/css" href="resources/css/lib/prism.css"/> -->
<link rel="stylesheet" type="text/css" href="resources/css/main.css"/>
<script type="text/javascript" async src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="resources/js/lib/jquery-3.1.0.min.js" ></script>
<script src="resources/js/gap2html.js"></script>
<!--
<script src="resources/js/lib/prism.js" ></script>
-->
<script src="resources/js/main.js"></script>
<!--
<script src="resources/js/testing.js"></script>
-->
<script>
APP.INIT.setFirstPage("documentation");
</script>
</head>
<body>
</body>
</html>