mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:43:08 +02:00
git-subtree-dir: NotProgramming/STUP git-subtree-mainline:056d3aeab6git-subtree-split:98b45ae01a
15 lines
609 B
HTML
15 lines
609 B
HTML
<div class="container">
|
|
<mat-card>
|
|
<mat-card-header class="flex-header">
|
|
<mat-card-title class="title"> <img mat-card-avatar class="logo" src="assets/logo.jpg" alt="logo image">
|
|
</mat-card-title>
|
|
</mat-card-header>
|
|
<mat-card-content>
|
|
<p class="instruction-text">After clicking play you will see a simple game assesing your problem solving skills, good luck and have fun :)</p>
|
|
</mat-card-content>
|
|
<mat-card-actions>
|
|
<button class="game-button" mat-flat-button color="primary" [routerLink]="'/game'">Play</button>
|
|
</mat-card-actions>
|
|
</mat-card>
|
|
</div>
|