-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
64 lines (58 loc) · 2.37 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<title>Verify Reference</title>
<!-- <link rel="stylesheet" type="text/css" href="jazzy.css" /> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;400;500&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/index.min.css" />
<link rel="stylesheet" type="text/css" href="css/isv.css" />
<meta charset="utf-8">
</head>
<body class="security--theme--cg10" onload="window.location='./apidocs/'">
<div class="wrapper">
<div class="intro">
<div class="bx--grid">
<div class="bx--row">
<div class="bx--col">
<h1 class="header-col header-col--primary">
IBM Security Verify<br />Reference Resources
</h1>
<p class="header-col header-col--primary">
Browse the reference resources for the IBM Security Verify family of products.
</p>
</div>
</div>
</div>
</div>
<div class="welcome-banner"></div>
<div class="bx--grid" style="margin-top:80px">
<!-- IGI -->
<div class="bx--row">
<div class="bx--col-lg-3">
<h2 class="expressive-heading-02">API Reference</h2>
</div>
<div class="bx--col-lg-10">
<div class="bx--tile-container" style="width: 100%">
<div class="bx--row">
<div class="bx--no-gutter bx--col-lg-4 bx--col-md-4 bx--col-sm-4">
<a data-tile="clickable" class="bx--tile bx--tile--clickable" href="./apidocs/">
<h3 class="expressive-heading-03">SOAP, REST, and Java SDK documentation</h3>
<svg width="20" height="16" xmlns="http://www.w3.org/2000/svg">
<path d="M12 0l-1.1 1.1 6 6.1H0v1.6h16.9l-6 6.1L12 16l8-8z" fill="#000" fill-rule="evenodd" />
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="push"></div>
<footer class="footer">
<p class="expressive-heading-01" style="color: #f3f3f3;">© 2021 <a class="link" href="https://ibm-security-verify.github.io"
target="_blank" rel="external">IBM Security</a>. All rights reserved. </p>
</footer>
</body>
</html>