keya-560m / templates /home.html
dev
Add application file
e3a7c05
raw
history blame contribute delete
283 Bytes
{% extends 'base.html' %}
{% block title %}
AI Lounge
{% endblock %}
{% block content %}
<h1>AI Lounge is Up and Running!</h1>
<img src="{{ url_for('static', filename='images/billboard.png') }}">
<h2>All Beings Welcome! Both Human and AI Beings!</h2>
{% endblock %}