Update biz_v.html
Browse files- biz_v.html +4 -2
biz_v.html
CHANGED
|
@@ -4,7 +4,9 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>API Request</title>
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
<style>
|
| 9 |
body {
|
| 10 |
font-family: Arial, sans-serif;
|
|
@@ -73,7 +75,7 @@
|
|
| 73 |
<div id="dropdown-container"></div>
|
| 74 |
<button id="sendGetRequestButton">Send GET Request</button>
|
| 75 |
|
| 76 |
-
|
| 77 |
<script>
|
| 78 |
toastr.options = {
|
| 79 |
"closeButton": false,
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>API Request</title>
|
| 7 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css">
|
| 8 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
|
| 9 |
+
|
| 10 |
<style>
|
| 11 |
body {
|
| 12 |
font-family: Arial, sans-serif;
|
|
|
|
| 75 |
<div id="dropdown-container"></div>
|
| 76 |
<button id="sendGetRequestButton">Send GET Request</button>
|
| 77 |
|
| 78 |
+
|
| 79 |
<script>
|
| 80 |
toastr.options = {
|
| 81 |
"closeButton": false,
|