From 131297b658d1514c08c00e870e46ef3f12afce4b Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 4 Jul 2017 17:08:20 +0200 Subject: [PATCH] Fixed video source --- pages/frontpage/frontpage.pixy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/frontpage/frontpage.pixy b/pages/frontpage/frontpage.pixy index 792f113c..0ca59b54 100644 --- a/pages/frontpage/frontpage.pixy +++ b/pages/frontpage/frontpage.pixy @@ -14,5 +14,4 @@ component FrontPage a(href="https://github.com/animenotifier/notify.moe", target="_blank", rel="noopener") Source on GitHub video.bg-video(autoplay="true", loop="true") - source(src="//s1.webmshare.com/nZVby.webm", type="video/webm") - source(src="//s1.webmshare.com/f/nZVby.mp4", type="video/mp4") \ No newline at end of file + source(src="//s1.webmshare.com/nZVby.webm", type="video/webm") \ No newline at end of file