|
1 |
| - <head> |
| 1 | +<head> |
2 | 2 |
|
3 |
| - <meta charset="utf-8" /> |
| 3 | + <meta charset="utf-8"/> |
4 | 4 |
|
5 |
| - <!-- Media query magic - http://stackoverflow.com/questions/19945658/my-iphone-thinks-its-980px-wide --> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 5 | + <!-- Media query magic - http://stackoverflow.com/questions/19945658/my-iphone-thinks-its-980px-wide --> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 |
| - <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js"></script> |
11 |
| - <script>hljs.initHighlightingOnLoad();</script> |
12 |
| - <script src="//cdn.plot.ly/plotly-latest.min.js"></script> |
| 9 | + <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js"></script> |
| 10 | + <script>hljs.initHighlightingOnLoad();</script> |
| 11 | + <script src="//cdn.plot.ly/plotly-latest.min.js"></script> |
13 | 12 |
|
14 |
| - <!-- |
15 |
| - //// Stylesheets |
16 |
| - --> |
| 13 | + <!-- |
| 14 | + //// Stylesheets |
| 15 | + --> |
17 | 16 |
|
18 |
| - <!-- Fonts --> |
19 |
| - <link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700" rel="stylesheet" type="text/css" /> |
20 |
| - <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> |
| 17 | + <!-- Fonts --> |
| 18 | + <link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700" |
| 19 | + rel="stylesheet" type="text/css"/> |
| 20 | + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> |
21 | 21 |
|
22 |
| - <!-- code highlighting --> |
23 |
| - <link rel="stylesheet" href="https://plot.ly/gh-pages/documentation/static/javascripts/codehighlight/styles/tomorrow.css"> |
24 |
| - <link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/js-splash-highlight.css" /> |
| 22 | + <!-- code highlighting --> |
| 23 | + <link rel="stylesheet" href="//plot.ly/gh-pages/documentation/static/javascripts/codehighlight/styles/tomorrow.css"> |
| 24 | + <link rel="stylesheet" type="text/css" href="//plot.ly/gh-pages/documentation/static/css/js-splash-highlight.css"/> |
25 | 25 |
|
26 |
| - <!-- Main Stylesheets --> |
27 |
| - <link rel="stylesheet" type="text/css" href="/styles/normalize.css"> |
28 |
| - <link rel="stylesheet" type="text/css" href="/styles/main.css"> |
| 26 | + <!-- Main Stylesheets --> |
| 27 | + <link rel="stylesheet" type="text/css" href="/styles/normalize.css"> |
| 28 | + <link rel="stylesheet" type="text/css" href="/styles/main.css"> |
29 | 29 |
|
30 | 30 |
|
31 |
| - <!-- Icon --> |
32 |
| - <link rel="shortcut icon" href="/images/plotly-ico.png" type="image/x-icon" /> |
| 31 | + <!-- Icon --> |
| 32 | + <link rel="shortcut icon" href="/images/plotly-ico.png" type="image/x-icon"/> |
33 | 33 |
|
34 | 34 |
|
35 |
| - <!-- META TAGS --> |
36 |
| - {% include seo.html %} |
| 35 | + <!-- META TAGS --> |
| 36 | + {% include seo.html %} |
37 | 37 |
|
38 |
| - {% include analytics.html %} |
39 |
| - <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> |
40 |
| - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> |
| 38 | + {% include analytics.html %} |
| 39 | + <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> |
| 40 | + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" |
| 41 | + integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" |
| 42 | + crossorigin="anonymous"></script> |
41 | 43 |
|
42 | 44 |
|
43 |
| - </head> |
| 45 | +</head> |
44 | 46 |
|
0 commit comments