Files
BH-TicketSystem/UI/templates/index.html
2024-06-19 14:05:07 +00:00

9 lines
238 B
HTML

{% extends 'base.html' %}
{% block title %}Home - Train Ticket Booking{% endblock %}
{% block content %}
<h1>Welcome to the Train Ticket Booking System</h1>
<p>Use this site to book your train tickets easily.</p>
{% endblock %}