First commit
This commit is contained in:
9
resources/templates/public/404.html
Normal file
9
resources/templates/public/404.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "layouts/base.html" %}
|
||||
|
||||
{% block title %}
|
||||
404
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>404</h1>
|
||||
{% endblock %}
|
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="rabbit" src="/img/rabbit.svg">
|
||||
</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user