Files
WorkManager/app/shell/templates/home.ejs
2024-12-13 08:53:01 +01:00

9 lines
251 B
Plaintext

<ul class="list-group">
<li class="list-group-item">
<a href="/text">Here is a page with some example text and something happens when you click</a>
</li>
<li class="list-group-item">
<a href="/about">This is just an about page</a>
</li>
</ul>