leaderbin/templates/home.phtml
Josh Sherman 83df2cfecc Cranking out a site
Closes #16 even though I haven't set up the redis instance on the server. Will do that when I'm ready to use redis on the production site.
2013-12-15 09:23:35 -05:00

7 lines
231 B
PHTML

<div class="jumbotron">
<div class="container">
<h1>Leaderboards, at your service!</h1>
<p>Track scores. Track sales. Track anything!</p>
<p><a class="btn btn-success btn-lg" role="button">Sign me up!</a></p>
</div>
</div>