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