-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (53 loc) · 3.29 KB
/
index.html
File metadata and controls
62 lines (53 loc) · 3.29 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>
APISpider - Lightweight API Client for Testing and Debugging APIs
</title>
<meta name="title" content="APISpider - Lightweight API Client for Testing and Debugging APIs" />
<meta name="description"
content="APISpider is a powerful, lightweight API client designed for developers. Test, debug, and document REST APIs with ease. Features include request history, collections, environment variables, mock servers, and API documentation." />
<meta name="keywords"
content="API client, API testing, REST API, API debugging, HTTP client, API documentation, mock server, Postman alternative, developer tools, web development, API development" />
<meta name="author" content="APISpider" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="theme-color" content="#6366f1" />
<link rel="canonical" href="https://apispider.com" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://apispider.com" />
<meta property="og:title" content="APISpider - Lightweight API Client for Testing and Debugging APIs" />
<meta property="og:description"
content="APISpider is a powerful, lightweight API client designed for developers. Test, debug, and document REST APIs with ease. Features include request history, collections, environment variables, mock servers, and API documentation." />
<meta property="og:image" content="https://apispider.com/og-image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="APISpider - API Testing Made Simple" />
<meta property="og:site_name" content="APISpider" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://apispider.com" />
<meta name="twitter:title" content="APISpider - Lightweight API Client for Testing and Debugging APIs" />
<meta name="twitter:description"
content="APISpider is a powerful, lightweight API client designed for developers. Test, debug, and document REST APIs with ease. Features include request history, collections, environment variables, mock servers, and API documentation." />
<meta name="twitter:image" content="https://apispider.com/og-image.jpg" />
<meta name="twitter:image:alt" content="APISpider - API Testing Made Simple" />
<meta name="application-name" content="APISpider" />
<meta name="apple-mobile-web-app-title" content="APISpider" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" />
<meta name="mobile-web-app-capable" content="yes" />
</head>
<body>
<div id="app"></div>
<script prerender type="module" src="/src/index.jsx"></script>
</body>
</html>