Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/app/views/layout-front.volt
2017-09-01 17:10:27 +02:00

23 lines
445 B
Text

{% 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 %}