fix: add page titles for all templates

- Added descriptive titles for all pages

- index.html: Buying a Used Car? Check it!

- database.html: Salvage Vehicles Database

- search.html: Vehicle History Check

- privacy.html: Privacy Policy

- decodevin.html: Decode VIN Number

- details.html: Vehicle Details
This commit is contained in:
Vlad 2025-05-02 12:42:41 +03:00
parent a8a17d2cdb
commit 914f7d96fc
6 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{% extends "head.html" %}
{% block title %}Salvage Vehicles Database{% endblock %}
{% block content %}
<div class="container-lg py-4">
<div class="p-5 mb-4 bg-light rounded-3">

View File

@ -1,5 +1,7 @@
{% extends "head.html" %}
{% block title %}Decode VIN Number{% endblock %}
{% block content %}
<div class="container-lg py-4">
<div class="p-5 mb-4 bg-light rounded-3">

View File

@ -1,5 +1,7 @@
{% extends "head.html" %}
{% block title %}Vehicle Details{% endblock %}
{% block content %}
<div class="container-lg py-4">
<div class="p-5 mb-4 bg-light rounded-3">

View File

@ -1,5 +1,7 @@
{% extends "head.html" %}
{% block title %}Buying a Used Car? Check it!{% endblock %}
{% block content %}
<div class="container-lg py-4">
<div class="p-5 mb-4 bg-light rounded-3">

View File

@ -1,5 +1,7 @@
{% extends "head.html" %}
{% block title %}Privacy Policy{% endblock %}
{% block content %}
<div class="container-lg py-4">
<div class="card">

View File

@ -1,5 +1,7 @@
{% extends "head.html" %}
{% block title %}Vehicle History Check{% endblock %}
{% block content %}
<div class="container-lg py-4">
<div class="p-5 mb-4 bg-light rounded-3">