Make the application modular to have a "main" and "backend" part.
This commit is contained in:
parent
884f721002
commit
e5b0e1fcfd
28 changed files with 112 additions and 7 deletions
|
|
@ -1,23 +0,0 @@
|
|||
|
||||
{% extends 'layout.volt' %}
|
||||
|
||||
{% block masthead %}
|
||||
|
||||
<div class="masthead">
|
||||
|
||||
<h1>Welcome to HTTP Callback</h1>
|
||||
|
||||
<p>
|
||||
This tool is created to help developers integrate
|
||||
API's that uses HTTP Callbacks. Give it a go!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Find out what HTTP Callback can do for you today!
|
||||
</p>
|
||||
|
||||
<a class="button button-large masthead-get-started-button" href="/callback/new">Get started</a>
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in a new issue