Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -154,7 +154,7 @@
|
|
154 |
</div>
|
155 |
|
156 |
<div class = "services-item">
|
157 |
-
<a href="
|
158 |
|
159 |
<div class = "item-icon">
|
160 |
<img src="{{ url_for('static', filename='images/service-icon-6.png') }}" alt="service icon">
|
|
|
154 |
</div>
|
155 |
|
156 |
<div class = "services-item">
|
157 |
+
<a href="/identification" class="service-link">
|
158 |
|
159 |
<div class = "item-icon">
|
160 |
<img src="{{ url_for('static', filename='images/service-icon-6.png') }}" alt="service icon">
|