|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | -<<<<<<< HEAD |
5 | | - <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.2.0/webcomponents-lite.js"></script> |
| 4 | + <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.2.0/webcomponents-lite.js"></script> |
6 | 5 | <link rel="stylesheet" href="../../smart-core/source/styles/smart.base.css" type="text/css" /> |
7 | 6 | <link rel="stylesheet" href="../styles/demos.css" type="text/css" /> |
8 | 7 |
|
9 | 8 | <script type="text/javascript" src="../../smart-core/source/smart.element.js"></script> |
10 | 9 | <script type="text/javascript" src="../../smart-core/source/smart.button.js"></script> |
11 | | -======= |
12 | | - <script> |
13 | | - // IE/Edge polyfill. |
14 | | - if (!window.customElements) { |
15 | | - document.writeln('<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.23/webcomponents-lite.js"><\/script>'); |
16 | | - document.write('<!--'); |
17 | | - } |
18 | | - </script> |
19 | | - <script type="text/javascript" src="../../smart-core/source-minified/native-shim.js"></script> |
20 | | - <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.0.22/webcomponents-lite.js"></script> |
21 | | - <!--! do not remove --> |
22 | | - <script> |
23 | | - // IE polyfill. |
24 | | - if (!(window.CSS && window.CSS.supports && window.CSS.supports('(--fake-var: 0)'))) { |
25 | | - document.writeln('<link rel="stylesheet" href="../../smart-core/source-minified/styles/smart.base-novars.css" type="text/css" />'); |
26 | | - document.write('<!--'); |
27 | | - } |
28 | | - </script> |
29 | | - <link rel="stylesheet" href="../../smart-core/source-minified/styles/smart.base.css" type="text/css" /> |
30 | | - <!--! do not remove --> |
31 | | - <link rel="stylesheet" href="../styles/demos.css" type="text/css" /> |
32 | | - <script type="text/javascript" src="../../smart-core/source-minified/smart.element-polyfills.js"></script> |
33 | | - <script type="text/javascript" src="../../smart-core/source-minified/smart.element.js"></script> |
34 | | - <script type="text/javascript" src="../../smart-core/source-minified/smart.button.js"></script> |
35 | | ->>>>>>> origin/master |
36 | 10 | <script> |
37 | 11 | window.onload = function () { |
38 | 12 | var button = document.createElement("smart-button"); |
|
0 commit comments