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:
parent
a8a17d2cdb
commit
914f7d96fc
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
{% extends "head.html" %}
|
||||
|
||||
{% block title %}Privacy Policy{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container-lg py-4">
|
||||
<div class="card">
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user