Sha256: 817e2d1e39ae81e768053d7c6cae264b3e3b50267972bad6e5278c8b6fb190f9
Contents?: true
Size: 849 Bytes
Versions: 5
Compression:
Stored size: 849 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width" /> <title>My Website</title> <meta name="description" content="This is a description of your website" /> <meta name="keywords" content="search, key, word," /> <!-- Comma-separated list for Search keyword --> <!-- FAVICON --> <link rel="icon" type="image/png" href="<?php echo img(); ?>favicon.png"> <link rel="apple-touch-icon-precomposed" href="<?php echo img(); ?>favicon-big.png" /> <!-- VENDOR --> <script type="text/javascript" src="<?php echo js(); ?>vendor/custom.modernizr.js"></script> <link rel="stylesheet" href="<?php echo css(); ?>framework.css"> <!-- APP Specific --> <link rel="stylesheet" href="<?php echo css(); ?>app.css"> </head> <body> <div id="main-wrapper">
Version data entries
5 entries across 5 versions & 1 rubygems