Update index.html
Browse files- index.html +1 -16
index.html
CHANGED
@@ -31,22 +31,7 @@
|
|
31 |
|
32 |
<!-- Body -->
|
33 |
<body>
|
34 |
-
|
35 |
-
|
36 |
-
<h3>
|
37 |
-
This is a simple example of a FastAPI Hello World application using Docker. See the links below for more information.
|
38 |
-
</h3>
|
39 |
-
<!-- List of different relevant links and descriptions about them -->
|
40 |
-
|
41 |
-
<div style="margin: 0 auto; width: 50%;">
|
42 |
-
|
43 |
-
<ul>
|
44 |
-
<!-- Link to self /docs -->
|
45 |
-
<li>
|
46 |
-
<a href="/docs">This API's Interactive Swaggar Docs</a> - Try the API out here!
|
47 |
-
</li>
|
48 |
-
</ul>
|
49 |
-
</div>
|
50 |
|
51 |
</body>
|
52 |
</html>
|
|
|
31 |
|
32 |
<!-- Body -->
|
33 |
<body>
|
34 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
</body>
|
37 |
</html>
|