Sha256: 034d91fa1f4a301720a40502d5a6ce8ea20a22835453076a9d8df3aefb3ca369
Contents?: true
Size: 854 Bytes
Versions: 2
Compression:
Stored size: 854 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.ico"> <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(); ?>edge-framework.css"> <!-- APP Specific --> <link rel="stylesheet" href="<?php echo css(); ?>app.css"> </head> <body> <div id="main-wrapper">
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
edge_framework-0.8.1 | template/php/partials/header.php |
edge_framework-0.6.1 | template/php/partials/header.php |