22 lines
556 B
HTML
22 lines
556 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Flash JavaDoc</title>
|
|
<style>
|
|
body { font-family: sans-serif; max-width: 600px; margin: 4rem auto; }
|
|
h1 { font-size: 1.6rem; }
|
|
ul { line-height: 2; }
|
|
a { color: #0070f3; text-decoration: none; }
|
|
a:hover { text-decoration: underline; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Flash — JavaDoc</h1>
|
|
<p><a href="latest/index.html">→ Latest</a></p>
|
|
<h2>All versions</h2>
|
|
<ul>
|
|
<li><a href="javadoc/2.0.0/index.html">2.0.0</a></li>
|
|
</ul>
|
|
</body>
|
|
</html> |