-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathold.html
More file actions
47 lines (44 loc) · 2.26 KB
/
Copy pathold.html
File metadata and controls
47 lines (44 loc) · 2.26 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
<!doctype html>
<html>
<head>
<title>Fly Machines API</title>
<!-- insert descriptions, og metadata etc -->
<meta name="description" content="Fly Machines are fast-booting VMs">
<meta property="og:title" content="Fly Machines API">
<meta property="og:description" content="Fly Machines are fast-booting VMs">
<meta property="og:image" content="https://fly.io/static/images/fly-social-square.webp">
<meta property="og:url" content="https://docs.machines.dev/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@flydotio">
<meta name="twitter:title" content="Fly Machines API">
<meta name="twitter:description" content="Fly Machines API">
<meta name="twitter:image" content="https://fly.io/static/images/fly-social-square.webp">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon"
href="https://fly.io/phx/ui/images/favicon/favicon-595d1312b35dfe32838befdf8505515e.ico?vsn=d">
<link rel="apple-touch-icon" sizes="180x180"
href="https://fly.io/phx/ui/images/favicon/apple-touch-icon-3e4c9ce127b5cd6f5516638d4bbf1dd5.png?vsn=d">
<link rel="icon" type="image/png" sizes="32x32"
href="https://fly.io/phx/ui/images/favicon/favicon-32x32-803ad2058b86df3f8a9f8af1505a59d2.png?vsn=d">
<link rel="icon" type="image/png" sizes="16x16"
href="https://fly.io/phx/ui/images/favicon/favicon-16x16-6963a8113fc4dc87910c17c4279a9bd4.png?vsn=d">
<link rel="mask-icon"
href="https://fly.io/phx/ui/images/favicon/safari-pinned-tab-987c7fc8f545337872c691fbc736e9c4.svg?vsn=d"
color="#4d7cfe">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div class="references-header">
<script id="api-reference" data-url="https://api.translateplus.io/openapi.json">
</script>
<script>
var configuration = {
theme: 'kepler',
}
var apiReference = document.getElementById('api-reference')
apiReference.dataset.configuration = JSON.stringify(configuration)
</script>
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference@1.20.27"></script>
</body>
</html>