-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 944 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>CodeDraw JavaDoc</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="version-selection">
<h1>Select which version of CodeDraw you want JavaDoc for</h1>
<a href="v5.0.x/index.html" target="_self">v5.0.x</a>
<a href="v4.0.x/index.html" target="_self">v4.0.x</a>
<a href="v3.0.x/index.html" target="_self">v3.0.x</a>
<a href="v2.1.x/index.html" target="_self">v2.1.x</a>
<a href="v2.0.x/index.html" target="_self">v2.0.x</a>
<a href="v1.1.x/index.html" target="_self">v1.1.x</a>
<a href="v1.0.x/index.html" target="_self">v1.0.x</a>
<div class="links">
<p class="small-link">Visit the <a href="https://github.com/Krassnig/CodeDraw" target="_self">CodeDraw Repository</a></p>
<p class="small-link"><a href="https://krassnig.github.io/CodeDrawJavaDoc/EventGenerator/" target="_self">Event Generator</a></p>
</div>
</div>
</body>
</html>