Spaces:
Running
Running
Update success.html
Browse files- success.html +3 -3
success.html
CHANGED
|
@@ -3,9 +3,9 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<link rel="stylesheet" href={{url_for('static' , filename = '
|
| 7 |
-
<link rel="stylesheet" href={{url_for('static' , filename = '
|
| 8 |
-
<link rel='stylesheet' href={{url_for('static' , filename = '
|
| 9 |
|
| 10 |
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;1,300&display=swap" rel="stylesheet" type='text/css'>
|
| 11 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<link rel="stylesheet" href={{url_for('static' , filename = 'normalize.css')}}>
|
| 7 |
+
<link rel="stylesheet" href={{url_for('static' , filename = 'grid.css')}}>
|
| 8 |
+
<link rel='stylesheet' href={{url_for('static' , filename = 'styleSucc.css')}}>
|
| 9 |
|
| 10 |
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;1,300&display=swap" rel="stylesheet" type='text/css'>
|
| 11 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|