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

Side by Side Diff: appengine/isolate/templates/base.html

Issue 2013943002: Changing license header, again! (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Fixed third parties Created 4 years, 7 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
« no previous file with comments | « appengine/isolate/template.py ('k') | appengine/isolate/test_env.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- Copyright 2013 The LUCI Authors. All rights reserved. 3 <!-- Copyright 2013 The LUCI Authors. All rights reserved.
4 Use of this source code is governed by the Apache v2.0 license that can be 4 Use of this source code is governed under the Apache License, Version 2.0
5 found in the LICENSE file. --> 5 that can be found in the LICENSE file. -->
6 <head> 6 <head>
7 <meta http-equiv="Content-type" content="text/html; charset=UTF-8"> 7 <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
8 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 8 <meta name="viewport" content="width=device-width, initial-scale=1.0">
9 <title>{{ title or "Isolate Server" }}</title> 9 <title>{{ title or "Isolate Server" }}</title>
10 10
11 <link rel="stylesheet" type="text/css" href="/default.css"/> 11 <link rel="stylesheet" type="text/css" href="/default.css"/>
12 <link href="/third_party/bootstrap/css/bootstrap-3.1.0.min.css" rel="styleshee t"> 12 <link href="/third_party/bootstrap/css/bootstrap-3.1.0.min.css" rel="styleshee t">
13 13
14 <script src="/third_party/jquery/jquery-1.11.0.min.js"> 14 <script src="/third_party/jquery/jquery-1.11.0.min.js">
15 </script> 15 </script>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement (o), 69 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement (o),
70 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore (a,m) 70 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore (a,m)
71 })(window,document,'script','//www.google-analytics.com/analytics.js','ga' ); 71 })(window,document,'script','//www.google-analytics.com/analytics.js','ga' );
72 72
73 ga('create', '{{google_analytics}}', {'siteSpeedSampleRate': 100}); 73 ga('create', '{{google_analytics}}', {'siteSpeedSampleRate': 100});
74 ga('send', 'pageview'); 74 ga('send', 'pageview');
75 </script> 75 </script>
76 {% endif %} 76 {% endif %}
77 </body> 77 </body>
78 </html> 78 </html>
OLDNEW
« no previous file with comments | « appengine/isolate/template.py ('k') | appengine/isolate/test_env.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698