ready to write UI

This commit is contained in:
2024-06-19 14:05:07 +00:00
parent 2554e7b621
commit e0b41fab2c
7 changed files with 240 additions and 2 deletions

8
UI/templates/index.html Normal file
View File

@ -0,0 +1,8 @@
{% 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 %}