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

Side by Side Diff: polymer_0.4.0/bower_components/google-code-prettify/README.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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 3
4 <html> 4 <html>
5 <head> 5 <head>
6 <title>Javascript code prettifier</title> 6 <title>Javascript code prettifier</title>
7 7
8 <link href="src/prettify.css" type="text/css" rel="stylesheet" /> 8 <link href="src/prettify.css" type="text/css" rel="stylesheet" />
9 9
10 <script src="src/prettify.js" type="text/javascript"></script> 10 <script src="src/prettify.js" type="text/javascript"></script>
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 <a href="http://code.google.com/p/google-code-prettify/wiki/GettingStarted"> Getting Started</a></p> 224 <a href="http://code.google.com/p/google-code-prettify/wiki/GettingStarted"> Getting Started</a></p>
225 225
226 <br><br><br> 226 <br><br><br>
227 227
228 <div class="footer"> 228 <div class="footer">
229 <!-- Created: Tue Oct 3 17:51:56 PDT 2006 --> 229 <!-- Created: Tue Oct 3 17:51:56 PDT 2006 -->
230 <!-- hhmts start -->Last modified: Mon Mar 4 14:16:04 EST 2013 <!-- hhmts end - -> 230 <!-- hhmts start -->Last modified: Mon Mar 4 14:16:04 EST 2013 <!-- hhmts end - ->
231 </div> 231 </div>
232 </body> 232 </body>
233 </html> 233 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698