Sha256: 70909b6652483ecdf9ec1e79bf58d5b489b7d2f711d511a4eb3003148b67060f
Contents?: true
Size: 602 Bytes
Versions: 9
Compression:
Stored size: 602 Bytes
Contents
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>The HTML5 Herald</title> <meta name="description" content="The HTML5 Herald"> <meta name="author" content="SitePoint"> <!-- <link rel="stylesheet" href="css/styles.css"> --> <style> #if { height: 50vh; width: 50vw; } </style> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <iframe src="<%= @website_url %>" id="if"></iframe> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems