Sha256: a49194a52076a3b0d8d6a8432ec77bde4ea6245b5ceb871e5116f0641edf8eea
Contents?: true
Size: 1.55 KB
Versions: 3
Compression:
Stored size: 1.55 KB
Contents
<!DOCTYPE html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8" /> <!-- Set the viewport width to device width for mobile --> <meta name="viewport" content="width=device-width" /> <title><%= title %></title> <link rel="stylesheet" href="css/foundation.min.css"> <link rel="stylesheet" href="css/mediaelementplayer.min.css"> <link rel="stylesheet" href="css/mejs-skins.css"> <link rel="stylesheet" href="css/app.css"> <script src="js/jquery.js"></script> <script src="js/mediaelement-and-player.min.js"></script> <script src="js/modernizr.foundation.js"></script> </head> <body> <div class="row"> <div class="twelve columns"> <div class='row'> <div class='ten columns'> <h1><%= title %></h1> </div> <div class='two columns'> <a class='right download' href='<%= video %>'>Download Video</a> </div> </div> <div class="vid"> <video src="<%= video %>" width="100%" height="100%" poster='<%= poster %>'> </video> </div> </div> </div> <div class='row breath'> <div class='twelve columns'> <div class='description'> <p> <!-- insert description here --> </p> </div> </div> </div> <script type="text/javascript"> $('video').mediaelementplayer(); </script> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
provideous-0.0.6 | lib/templates/index.html.erb |
provideous-0.0.5 | lib/templates/index.html.erb |
provideous-0.0.4 | lib/templates/index.html.erb |