Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-08-24 19:31:31 +0300
committerMottie <wowmotty@gmail.com>2015-08-24 19:31:31 +0300
commit2961fc6c1eef20934cb7f76fc990e6bd1dcb2146 (patch)
tree547d8a2ba000b36990d85083a103302c94302c73
parent2b2173679bbe7b9f27fe1972455319ccec13dbdc (diff)
Demo: remove url protocol from youtube video
-rw-r--r--index.html2
-rw-r--r--src/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 98fbb3c..53327ce 100644
--- a/index.html
+++ b/index.html
@@ -44,7 +44,7 @@ To make changes, modify the "src/index.html"
<p>We used to have a quick video demo here, but Blip.tv deleted it. RUDE. Here's one we found on YouTube about it.</p>
- <iframe width="500" height="320" src="http://www.youtube.com/embed/TAoRvdZaFPk" frameborder="0" allowfullscreen></iframe>
+ <iframe width="500" height="320" src="//www.youtube.com/embed/TAoRvdZaFPk" frameborder="0" allowfullscreen></iframe>
<h2>Credits</h2>
diff --git a/src/index.html b/src/index.html
index 5034aa9..abcc8e3 100644
--- a/src/index.html
+++ b/src/index.html
@@ -37,7 +37,7 @@
<p>We used to have a quick video demo here, but Blip.tv deleted it. RUDE. Here's one we found on YouTube about it.</p>
- <iframe width="500" height="320" src="http://www.youtube.com/embed/TAoRvdZaFPk" frameborder="0" allowfullscreen></iframe>
+ <iframe width="500" height="320" src="//www.youtube.com/embed/TAoRvdZaFPk" frameborder="0" allowfullscreen></iframe>
<h2>Credits</h2>