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