Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Side by Side Diff: polymer_0.4.0/bower_components/gif.js/site/templates/layout.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html class="no-js"> 2 <html class="no-js">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6 <title>{{ name }}</title> 6 <title>{{ name }}</title>
7 <meta name="description" content="{{ description }}"> 7 <meta name="description" content="{{ description }}">
8 <meta name="keywords" content="{{ keywords }}"> 8 <meta name="keywords" content="{{ keywords }}">
9 <meta name="viewport" content="width=device-width"> 9 <meta name="viewport" content="width=device-width">
10 <meta property="og:title" content="{{ name }}"> 10 <meta property="og:title" content="{{ name }}">
(...skipping 19 matching lines...) Expand all
30 </header> 30 </header>
31 <div class="wrap"> 31 <div class="wrap">
32 {% block body %}{% endblock %} 32 {% block body %}{% endblock %}
33 </div> 33 </div>
34 <footer> 34 <footer>
35 <a href="https://creativecommons.org/licenses/by-sa/3.0/">&copy;&copy;</a> 2 013 35 <a href="https://creativecommons.org/licenses/by-sa/3.0/">&copy;&copy;</a> 2 013
36 <a href="http://johan-nordberg.com/">Johan Nordberg</a> 36 <a href="http://johan-nordberg.com/">Johan Nordberg</a>
37 </footer> 37 </footer>
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698