Sha256: 0eba6ec702247676fc6e8c49497bb70de1d9c70bf8a3b273bb6ebe430137276f
Contents?: true
Size: 1.6 KB
Versions: 1
Compression:
Stored size: 1.6 KB
Contents
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="google-site-verification" content="khbQ4bEfGyQhPDJA1HKIml3pAMHHwuO-4zYiCtvxY_g" /> <title>编程青年</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/layout.css"> <script src="js/vendor/modernizr-2.6.2.min.js"></script> </head> <body> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <!-- <p>Hello world! This is HTML5 Boilerplate.</p> --> <header> <h1 class="logo"><a href="/">编程青年</a></h1> <nav> <ul> {{# site.series}} <li>{{ name }}</li> {{/ site.series}} </ul> </nav> </header>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
write_down-0.0.5 | template/simple/_header.mustache |