Spaces:
Runtime error
Runtime error
Update templets/signup.html
Browse files- templets/signup.html +1 -1
templets/signup.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Signup</title>
|
| 7 |
-
<link rel="stylesheet" href="{{ url_for('static', filename='
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="signup-container">
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Signup</title>
|
| 7 |
+
<link rel="stylesheet" href="{{ url_for('static', filename='signup.css') }}">
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="signup-container">
|