Pony.fm/public/templates/home/index.html
2013-07-25 16:33:12 -05:00

13 lines
No EOL
330 B
HTML

<div>
<h1>Look, it's a website!</h1>
<p>
This page should basically be a big advert for PFM. But that comes later. For now, you may do two things:
</p>
<div class="row">
<div class="span6 panel">
<h2>Login</h2>
<ng-include src="'/templates/partials/auth/login.html'" ng-controller="login" />
</div>
</div>
</div>