diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-04-03 09:40:14 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-04-03 09:40:14 +0100 |
commit | 2be38837422387ec0c71ff88ff3d3cc0f986b48c (patch) | |
tree | 7b47b7d8216b037b033ecbfd55056b6d1c53546f /templates/web/fixamingata/front/tips.html | |
parent | 322df9f5002fdc8532c353c614b3e5e03a04a8b8 (diff) | |
parent | 089a3451fdcb8e1086313a63dbdb1e7930c4698e (diff) |
Merge branch 'jonkri-2.3'
Diffstat (limited to 'templates/web/fixamingata/front/tips.html')
-rw-r--r-- | templates/web/fixamingata/front/tips.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/web/fixamingata/front/tips.html b/templates/web/fixamingata/front/tips.html index 038343d90..11a9abfc2 100644 --- a/templates/web/fixamingata/front/tips.html +++ b/templates/web/fixamingata/front/tips.html @@ -1 +1,8 @@ -<div style="height: 329px; padding-top: 20px;"><iframe width="100%" height="329" src="//www.youtube.com/embed/uyiRyuIV0qY" frameborder="0" allowfullscreen></iframe></div> +<div style="padding-top: 20px;"> + <h2>Så här enkelt används FixaMinGata</h2> + <video controls poster="/cobrands/fixamingata/videos/poster.jpg" style="width: 100%;"> + <source src="/cobrands/fixamingata/videos/fixamingata.webm" type="video/webm"> + <source src="/cobrands/fixamingata/videos/fixamingata.mp4" type="video/mp4"> + Din webbläsare kan tyvärr inte spela upp videoklippet. + </video> +</div> |