Icons

There are many ways to add icons to a website

They all work the same way. In the head, add a link to some CSS file.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">

Then, in the code, use given classes

<!-- https://icons.getbootstrap.com/icons/alarm/ -->
<i class="bi bi-alarm"></i>