mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-12-08 00:32:31 -05:00
Update project
This commit is contained in:
12
resources/templates/public/welcome.html
Normal file
12
resources/templates/public/welcome.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "layouts/base.html" %}
|
||||
|
||||
{% block title %}
|
||||
Welcome to Tadam
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title-welcome">Welcome to Tadam Framework </h1>
|
||||
<p class="logo-welcome">
|
||||
<img class="logo-welcome" alt="Tadam" src="/img/tadam.svg">
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user