generated from StudentCristian/Fastapi_deploy_Steam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (48 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Codespaces & FastAPI</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/ui/bootstrap.min.css">
<style>
html, body, .container {
height: 100%;
}
.container {
display: table;
vertical-align: middle;
}
.vertical-center-row {
display: table-cell;
vertical-align: middle;
}
img{
cursor: pointer;
}
</style>
</head>
<body>
<div class="container">
<div class="vertical-center-row">
<div class="row">
<div class="col-lg-12">
<p style="font-size:168px">
<a style="text-decoration: none" href="https://azure.microsoft.com/?WT.mc_id=academic-77460-alfredodeza">🚀</a>
</p>
<div class="bs-component">
<h2>Containerized Python API
</h2>
<p>This is a containerized application that exposes a JSON API using <a href="https://fastapi.tiangolo.com/">FastAPI</a> with <a href="https://azure.microsoft.com/?WT.mc_id=academic-0000-alfredodeza">Azure!</a></p>
<p>Use the buttons below to make use of the interactive (OpenAPI) documentation for trying out the API dynamically.
or browse the project source.
</p>
<button onclick="window.location.href='/docs'" type="button" class="btn btn-info">Try it out</button>
<button onclick="window.location.href='https://github.com/microsoft/codespaces-project-template-py/'" type="button" class="btn btn-info">Project source</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>