mirror of
https://github.com/ipdb/website.git
synced 2024-11-13 16:54:50 +01:00
14 lines
302 B
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>
|