Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,7 @@ def home_page():
|
|
49 |
<head>
|
50 |
<title>Part of Idoia's Developer Portfolio - Innovating the Web</title>
|
51 |
<link rel="stylesheet" href="/static/styles/style.css">
|
|
|
52 |
|
53 |
<!-- Meta Tags for SEO -->
|
54 |
<meta charset="UTF-8">
|
@@ -129,6 +130,7 @@ def demo_page():
|
|
129 |
<head>
|
130 |
<title>Part of Idoia's Developer Portfolio - Innovating the Web</title>
|
131 |
<link rel="stylesheet" href="/static/styles/style.css">
|
|
|
132 |
</head>
|
133 |
<body>
|
134 |
<div>
|
@@ -153,6 +155,7 @@ def application_page():
|
|
153 |
<head>
|
154 |
<title>Part of Idoia's Developer Portfolio - Innovating the Web</title>
|
155 |
<link rel="stylesheet" href="/static/styles/style.css">
|
|
|
156 |
</head>
|
157 |
<body>
|
158 |
<div>
|
@@ -202,6 +205,7 @@ async def upload_file(file: UploadFile = File(...)):
|
|
202 |
<head>
|
203 |
<title>Part of Idoia's Developer Portfolio - Innovating the Web</title>
|
204 |
<link rel="stylesheet" href="/static/styles/style.css">
|
|
|
205 |
</head>
|
206 |
<body>
|
207 |
<div>
|
|
|
49 |
<head>
|
50 |
<title>Part of Idoia's Developer Portfolio - Innovating the Web</title>
|
51 |
<link rel="stylesheet" href="/static/styles/style.css">
|
52 |
+
<link rel="stylesheet" href="/static/styles/w3.css">
|
53 |
|
54 |
<!-- Meta Tags for SEO -->
|
55 |
<meta charset="UTF-8">
|
|
|
130 |
<head>
|
131 |
<title>Part of Idoia's Developer Portfolio - Innovating the Web</title>
|
132 |
<link rel="stylesheet" href="/static/styles/style.css">
|
133 |
+
<link rel="stylesheet" href="/static/styles/w3.css">
|
134 |
</head>
|
135 |
<body>
|
136 |
<div>
|
|
|
155 |
<head>
|
156 |
<title>Part of Idoia's Developer Portfolio - Innovating the Web</title>
|
157 |
<link rel="stylesheet" href="/static/styles/style.css">
|
158 |
+
<link rel="stylesheet" href="/static/styles/w3.css">
|
159 |
</head>
|
160 |
<body>
|
161 |
<div>
|
|
|
205 |
<head>
|
206 |
<title>Part of Idoia's Developer Portfolio - Innovating the Web</title>
|
207 |
<link rel="stylesheet" href="/static/styles/style.css">
|
208 |
+
<link rel="stylesheet" href="/static/styles/w3.css">
|
209 |
</head>
|
210 |
<body>
|
211 |
<div>
|