1
0
mirror of https://github.com/ipdb/website.git synced 2024-06-30 05:31:56 +02:00
website/_src/index.html

14 lines
302 B
HTML

---
layout: base
front_page: true
---
<header class="hero">
<div class="hero__content row">
<hgroup>
<h1 class="hero__title">IPDB</h1>
<a href="/getstarted/" class="hero__action btn btn-primary">Sign up for free (testnet)</a>
</hgroup>
</div>
</header>