Spaces:
Running
Running
new icon
Browse files- frontend/initial.html +1 -1
- frontend/rf.png +3 -0
- frontend/settings.html +1 -1
- frontend/vehicles.html +1 -1
frontend/initial.html
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
<meta charset="UTF-8">
|
| 19 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 20 |
<title>UrbanFlow</title>
|
| 21 |
-
<link rel="icon" type="image/svg+xml" href="
|
| 22 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 23 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 24 |
<link
|
|
|
|
| 18 |
<meta charset="UTF-8">
|
| 19 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 20 |
<title>UrbanFlow</title>
|
| 21 |
+
<link rel="icon" type="image/svg+xml" href="rf.png">
|
| 22 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 23 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 24 |
<link
|
frontend/rf.png
ADDED
|
Git LFS Details
|
frontend/settings.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
<title>UrbanFlow</title>
|
| 8 |
-
<link rel="icon" type="image/svg+xml" href="
|
| 9 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 11 |
<link
|
|
|
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
<title>UrbanFlow</title>
|
| 8 |
+
<link rel="icon" type="image/svg+xml" href="rf.png">
|
| 9 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 11 |
<link
|
frontend/vehicles.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
<title>UrbanFlow</title>
|
| 8 |
-
<link rel="icon" type="image/svg+xml" href="
|
| 9 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
| 11 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
|
|
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
<title>UrbanFlow</title>
|
| 8 |
+
<link rel="icon" type="image/svg+xml" href="rf.png">
|
| 9 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
| 11 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|