File size: 210 Bytes
e53c2d7
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block title %}
    <title>Welcome</title>
{% endblock %}

{% block content %}
    <button onclick="location.href='/new_chat'" formmethod="post">Get started!</button>
{% endblock %}