Gregniuki commited on
Commit
608f738
1 Parent(s): 80162ec

Update templates/interface.html

Browse files
Files changed (1) hide show
  1. templates/interface.html +1 -1
templates/interface.html CHANGED
@@ -4,7 +4,7 @@
4
  <title>Your FastAPI App</title>
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <link rel="stylesheet" href="app/styles.css"> <!-- Link to your external CSS file -->
8
  <!-- Add any CSS links or styles here -->
9
  </head>
10
  <body>
 
4
  <title>Your FastAPI App</title>
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <link rel="stylesheet" href="templates/styles.css"> <!-- Link to your external CSS file -->
8
  <!-- Add any CSS links or styles here -->
9
  </head>
10
  <body>