Sha256: 8a6effe3ab3fcfcc0bf4cf4e47d04e9c79f578afb374d25ae8f1c0d27747d5ec
Contents?: true
Size: 596 Bytes
Versions: 5
Compression:
Stored size: 596 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>{title}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" type="image/ico" href="favicon.ico" /> <link rel="stylesheet" type="text/css" href="styles.css" /> </head> <body id="index-page"> <h1>{title}</h1> {content} <script type="text/javascript"> (function(){ var protocol = (document.location.protocol === "https:") ? "https:" : "http:"; document.write("<link href='"+protocol+"//fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css' />"); })(); </script> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
guider-0.0.5 | template/index.html |
guider-0.0.4 | template/index.html |
guider-0.0.3 | template/index.html |
guider-0.0.2 | template/index.html |
guider-0.0.1 | template/index.html |