-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 806 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OGDF GitHub Pages</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1 id="ogdf">OGDF</h1>
<p>These are the GitHub Pages for OGDF, the <em>Open Graph Drawing Framework</em>.</p>
<p>Important links:</p>
<ul>
<li>the <a href="http://ogdf.net/">official OGDF website</a>,</li>
<li>on GitHub:
<ul>
<li>the <a href="//github.com/ogdf/ogdf/">repository</a> containing releases and snapshots of OGDF,</li>
<li>the <a href="//github.com/ogdf/">organization page</a> containing some of the third-party projects we use in OGDF,</li>
</ul>
</li>
<li>the <a href="/doc/ogdf/">API documentation of the latest OGDF release</a>.</li>
</ul>
</body>
</html>