Attempt to fix some last console errors.
This commit is contained in:
parent
e8d8cf0228
commit
882c8ecd83
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<meta http-equiv="Content-Security-Policy" content="
|
<meta http-equiv="Content-Security-Policy" content="
|
||||||
default-src 'self';
|
default-src 'self';
|
||||||
script-src 'self' https://cdn.jsdelivr.net https://*.fontawesome.com;
|
script-src 'self' 'unsafe-inline' https://*.fontawesome.com https://cdn.jsdelivr.net;
|
||||||
style-src 'self' 'unsafe-inline' https://*.fontawesome.com;
|
style-src 'self' 'unsafe-inline' https://*.fontawesome.com;
|
||||||
font-src 'self' https://*.fontawesome.com;
|
font-src 'self' https://*.fontawesome.com;
|
||||||
connect-src 'self' https://*.fontawesome.com;
|
connect-src 'self' https://*.fontawesome.com;
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
</p>
|
</p>
|
||||||
<a class="btn btn-primary" href="#section-services">Ontdek meer</a>
|
<a class="btn btn-primary" href="#section-services">Ontdek meer</a>
|
||||||
</div>
|
</div>
|
||||||
<video class="cover parallax" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
|
<video class="cover parallax" preload="auto" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
|
||||||
<source src="assets/static/showreel-sketch.mp4" type="video/mp4">
|
<source src="assets/static/showreel-sketch.mp4" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue