walnut_launchpad.html/templates/dns.html

12 lines
518 B
HTML
Raw Normal View History

2017-08-11 19:21:35 +00:00
<div class="">
<div class="white-well">
<h2 class="text-center">Watch Your Step</h2>
<h4 class="text-center">Advanced Features Ahead</h4><br>
<p class="text-center">This space is intended for<br> people that need more functionality<br> than the average bear</p><br>
<div class="text-center">
<a href="#!/home" class="btn btn-default"><link href="#">I'd like to go home, please</a><br><br>
<a ng-click="vm.unlock('honeybadger')">I don't care, let me through</a>
</div>
</div>
</div>