WUT_Computer_Science/makieta/src/app/introduction/introduction.component.html

12 lines
557 B
HTML
Raw Normal View History

2024-05-30 16:44:48 +02:00
<div class="container">
<h1>Welcome to the Soft Skills Assessment</h1>
<p>This website is designed to assess your soft skills through a simple and fun game.</p>
<p>Please follow the instructions below to navigate through the site:</p>
<ul>
<li>Start with reading the instructions on this page.</li>
<li>Proceed to the game by clicking on the "Game" link.</li>
<li>After completing the game, view your report by clicking on the "Report" link.</li>
</ul>
<mat-button routerLink="/game"> Game </mat-button>
</div>