From 927c2e064bc6ed5d32adccc0c14552570a1eaa66 Mon Sep 17 00:00:00 2001 From: Noorul <me@noorul.xyz> Date: Tue, 28 May 2019 01:19:53 +0530 Subject: [PATCH] peertube --- index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9b0215c..9759c7f 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,9 @@ <!-- Custom CSS --> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/progress-bar.css"> + + +<!-- to be added opengraph WIP --> </head> <body data-spy="scroll" data-offset="50" data-target=".navbar-collapse" style='background: rgba(0, 0, 0, 0) url("images/bg.png") repeat scroll 0% 0%;'> @@ -133,7 +136,13 @@ <div class="wow fadeInUp col-md-6 col-sm-10 video" data-wow-delay="1.6s"> <div class="img img-responsive"> - <a href="https://www.youtube.com/watch?v=SSsGKlR0zRE"><img class="img img-responsive" src="images/watchf.png"></a> + + <!-- +<a href="https://www.youtube.com/watch?v=SSsGKlR0zRE"><img class="img img-responsive" src="images/watchf.png"></a> + --> + +<iframe width="560" height="315" sandbox="allow-same-origin allow-scripts" src="https://peertube.social/videos/embed/19ccad68-9ea8-4c43-970f-8ab6e4292c31" frameborder="0" allowfullscreen></iframe> + </div> </div> -- GitLab