mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-12-30 21:31:34 +00:00
Fix video alt
This commit is contained in:
parent
b08ae07f01
commit
607f8ec643
@ -17,7 +17,8 @@
|
|||||||
<video autoplay
|
<video autoplay
|
||||||
loop
|
loop
|
||||||
src="{% static 'main/img/hello-there.webm' %}"
|
src="{% static 'main/img/hello-there.webm' %}"
|
||||||
type="video/webm">
|
type="video/webm"
|
||||||
|
alt="Hello there.">
|
||||||
</video>
|
</video>
|
||||||
<h1 class="text">
|
<h1 class="text">
|
||||||
I'm <span id="swap-text">Kristofers Solo</span>
|
I'm <span id="swap-text">Kristofers Solo</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user