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/about.html Normal file
View File

@ -0,0 +1,8 @@
{% extends 'base.html' %}
{% block title %}About Us - Train Ticket Booking{% endblock %}
{% block content %}
<h1>About Us</h1>
<p>This is a demo site for booking train tickets.</p>
{% endblock %}