Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
|
10 |
</head>
|
11 |
|
12 |
-
|
13 |
body {
|
14 |
font-family: 'Roboto', sans-serif;
|
15 |
background: linear-gradient(135deg, #f4c542, #ff8f6a);
|
|
|
9 |
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
|
10 |
</head>
|
11 |
|
12 |
+
<style>
|
13 |
body {
|
14 |
font-family: 'Roboto', sans-serif;
|
15 |
background: linear-gradient(135deg, #f4c542, #ff8f6a);
|