Fixed MIME types

master
Illia Chub 2020-09-03 19:02:50 +03:00
parent 617a2e13a3
commit 7f95a0c6ff
1 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ If your system and network setup meets all of the requirements, we can start set
{{< rawhtml >}}
<video class="tab" controls>Your browser does not support the &lt;video&gt; tag.
<source src="/img/hetzner/Hetzner.mp4"/>
<source src="/img/hetzner/Hetzner.webm" type="video/webm"/>
</video>
{{< /rawhtml >}}
@ -68,7 +68,7 @@ If your system and network setup meets all of the requirements, we can start set
{{< rawhtml >}}
<video class="tab" controls>Your browser does not support the &lt;video&gt; tag.
<source src="/img/cloudflare/CloudFlare.mp4"/>
<source src="/img/cloudflare/CloudFlare.webm" type="video/webm"/>
</video>
{{< /rawhtml >}}
@ -76,7 +76,7 @@ If your system and network setup meets all of the requirements, we can start set
{{< rawhtml >}}
<video class="tab" controls>Your browser does not support the &lt;video&gt; tag.
<source src="/img/aws/AWS.mp4"/>
<source src="/img/aws/AWS.webm" type="video/webm"/>
</video>
{{< /rawhtml >}}