Link your index page to your start page
You can route users from your service's index page to your start page. The index page is the page that loads when users go to http://localhost:3000.
- Open the
index.html
file in yourapp/views
folder. - Add a link to the start of your service using the code:
<p>
<a href="/start">
Go to the start page
</a>
</p>
You have completed building a basic prototype.
If you want to learn more about how to use the GOV.UK Prototype Kit, you can view our tutorials and guides.