-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (44 loc) · 1.87 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
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.101.0">
<title>Cover Template · Bootstrap v5.2</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.2/examples/cover/">
<link href="./assets/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="cover/cover.css" rel="stylesheet">
</head>
<body class="d-flex h-100 text-bg-dark">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto" id="menu">
<div>
<h3 class="float-md-start mb-0"><img src="./assets/Postman-logo-orange-2021_1155x.png" alt="" style="height:42px"></h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link fw-bold py-1 px-0 active" aria-current="page" href="#">Home</a>
</nav>
</div>
</header>
<main class="px-3">
<h1>API TESTING REPORT</h1>
<p class="lead">List of API testing website report</p>
<p class="lead">
<a href="./cover/FakeRESTApi.html" class="fw-bold border-white">1.Fake Rest API Report</a>
</p>
<p class="lead">
<a href="./cover/StudentDetails.html" class="fw-bold border-white">2.Student Details API Report</a>
</p>
<p class="lead">
<a href="./BookingApi/newman/booking-2022-08-10-05-02-00-393-0.html" class="fw-bold border-white">3.Booking API Report</a>
</p>
</main>
<footer class="mt-auto text-white-50">
<p>Cover template for <a href="#" class="text-white"></a>, by <a
href="#" class="text-white">@radwan</a>.</p>
</footer>
</div>
</body>
</html>