Spaces:
Paused
Paused
Update static/index.HTML
#4
by
InnoLink
- opened
- static/index.HTML +3 -1
static/index.HTML
CHANGED
|
@@ -3,9 +3,11 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
-
<title>Fast API 🤗
|
| 7 |
<link rel="stylesheet" href="styles.css" />
|
|
|
|
| 8 |
<script type="module" src="script.js"></script>
|
|
|
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
<main>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
+
<title>Fast API 🤗 with Uvicorn and Postgresql</title>
|
| 7 |
<link rel="stylesheet" href="styles.css" />
|
| 8 |
+
<link rel="stylesheet" href="/static/bootstrap.min.css" />
|
| 9 |
<script type="module" src="script.js"></script>
|
| 10 |
+
<!-- <script type="text/javascript" href="static/bootstrap.bundle.min.js" /> -->
|
| 11 |
</head>
|
| 12 |
<body>
|
| 13 |
<main>
|