Commit cb8334d9 by Tuukka Kivilahti

Back to 2000's

1 parent e1ee93eb
<p> <marquee behavior="scroll" direction="left"> frontpage works! </marquee>
frontpage works!
</p>
<form class="loginarea" #logindetails="ngForm" (ngSubmit)="login(logindetails)" > <form class="loginarea" #logindetails="ngForm" (ngSubmit)="login(logindetails)" >
<mat-form-field>
<input matInput ngModel name="username" placeholder="{{ 'user.username' | translate }}"> <input matInput ngModel name="username" placeholder="{{ 'user.username' | translate }}">
</mat-form-field>
<mat-form-field>
<input matInput type="password" ngModel name="password" placeholder="{{ 'user.password' | translate }}"> <input matInput type="password" ngModel name="password" placeholder="{{ 'user.password' | translate }}">
</mat-form-field>
<button type="submit" mat-button color="primary" >{{ 'login.login' | translate }}</button> <button type="submit" mat-button color="primary" >{{ 'login.login' | translate }}</button>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!