core/templates/index.html

7 lines
270 B
HTML
Raw Normal View History

2020-12-07 21:52:47 +00:00
<!doctype html>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bootstrap.min.css') }}">
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
<title>Hello world!</title>
<h1>Rustico - Approved Salento Bot</h1>