feat: add alt to heading image
This commit is contained in:
@@ -50,6 +50,7 @@ templ (p *Home) page() {
|
||||
<img
|
||||
class="absolute z-1 top-0 left-0 -translate-x-15% h-100% md:relative md:h-70% md:translate-x-0 md:rounded-xl"
|
||||
src={ fmt.Sprintf("/assets/img/%d.png", rand.IntN(4-1)+1) }
|
||||
alt="a beatiful drawing"
|
||||
/>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user