website/_src/index.html

14 lines
302 B
HTML
Raw Normal View History

2017-08-10 11:34:26 +02:00
---
layout: base
front_page: true
---
<header class="hero">
<div class="hero__content row">
<hgroup>
<h1 class="hero__title">IPDB</h1>
2017-08-10 11:34:26 +02:00
<a href="/getstarted/" class="hero__action btn btn-primary">Sign up for free (testnet)</a>
</hgroup>
</div>
</header>