-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (41 loc) · 2.46 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
42
43
44
45
46
47
48
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Rocket Software</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/custom.css" />
<link rel="shortcut icon" href="https://www.rocketsoftware.com/themes/rocketon/favicon.ico" type="image/vnd.microsoft.icon" />
</head>
<body>
<header>
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-md navbar-dark fixed-top">
<a class="navbar-brand" href="https://www.rocketsoftware.com/"><img src="images/RocketSoftware_Stack-RGB-White.png" width="184" height="53" alt="Rocket Software" /></a>
</nav>
</header>
<!-- Begin page content -->
<main role="main" class="container main-container">
<h1>Rocket API Javadoc</h1>
<p>This is the home of Javadoc for <a href="https://www.rocketsoftware.com/products/rocket-api">Rocket API</a>.</p>
<p>Note: These links point to the latest/current release, 10.5.2. As more releases are added, there will be links here to previous releases.</p>
<p><a href="https://rocketsoftware.github.io/rocket-api-javadoc/10.5.2/emulator-api/index.html">Javadoc for Emulator API</a></p>
<p><a href="https://rocketsoftware.github.io/rocket-api-javadoc/10.5.2/api-engine/index.html">Javadoc for API Engine</a></p>
</main>
<footer class="footer fixed-bottom">
<div class="container">
<p class="copyright">© 2025 Rocket Software, Inc. Rocket® is a registered trademark of Rocket Software, Inc. All other trademarks cited herein are the property of their respective owners.</p>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>