OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <!-- Copyright 2014 The LUCI Authors. All rights reserved. | 3 <!-- Copyright 2014 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> | 9 <title> |
10 {% if title is defined %}{{title}}{% else %}Swarming Server{% endif %} | 10 {% if title is defined %}{{title}}{% else %}Swarming Server{% endif %} |
11 </title> | 11 </title> |
12 | 12 |
13 <link rel="stylesheet" type="text/css" href="/default.css"/> | 13 <link rel="stylesheet" type="text/css" href="/default.css"/> |
14 <link href="/third_party/bootstrap/css/bootstrap-3.1.0.min.css" rel="styleshee
t"> | 14 <link href="/third_party/bootstrap/css/bootstrap-3.1.0.min.css" rel="styleshee
t"> |
15 | 15 |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement
(o), | 66 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement
(o), |
67 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore
(a,m) | 67 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore
(a,m) |
68 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'
); | 68 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'
); |
69 | 69 |
70 ga('create', '{{google_analytics}}', {'siteSpeedSampleRate': 100}); | 70 ga('create', '{{google_analytics}}', {'siteSpeedSampleRate': 100}); |
71 ga('send', 'pageview'); | 71 ga('send', 'pageview'); |
72 </script> | 72 </script> |
73 {% endif %} | 73 {% endif %} |
74 </body> | 74 </body> |
75 </html> | 75 </html> |
OLD | NEW |