mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 05:27:59 +01:00
13 lines
330 B
HTML
13 lines
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>
|