mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2026-03-22 00:26:20 +00:00
Added audio on lightmode
This commit is contained in:
@@ -14,8 +14,10 @@
|
||||
{% block content %}
|
||||
<div id="landing">
|
||||
<div class="landing-title">
|
||||
<video autoplay loop>
|
||||
<source src="{% static 'main/img/hello-there.webm' %}" type="video/webm">
|
||||
<video autoplay
|
||||
loop
|
||||
src="{% static 'main/img/hello-there.webm' %}"
|
||||
type="video/webm">
|
||||
</video>
|
||||
<h1 class="text">
|
||||
I'm <span id="swap-text">Kristofers Solo</span>
|
||||
|
||||
Reference in New Issue
Block a user