ready to write UI
This commit is contained in:
8
UI/templates/index.html
Normal file
8
UI/templates/index.html
Normal 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 %}
|
Reference in New Issue
Block a user