1
- < script src ="//polymerstaticfiles.appspot.com/bower_components/webcomponentsjs/webcomponents.js "> </ script >
2
-
3
- < link rel ="import " href ="//polymerstaticfiles.appspot.com/bower_components/polymer/polymer.html ">
4
- < link rel ="import " href ="//polymerstaticfiles.appspot.com/bower_components/font-roboto/roboto.html ">
5
- < link rel ="import " href ="//polymerstaticfiles.appspot.com/bower_components/paper-input/paper-input.html ">
6
- < link rel ="import " href ="//polymerstaticfiles.appspot.com/bower_components/paper-button/paper-button.html ">
7
- < link rel ="import " href ="//polymerstaticfiles.appspot.com/bower_components/paper-checkbox/paper-checkbox.html ">
8
- < link rel ="import " href ="//polymerstaticfiles.appspot.com/bower_components/paper-radio-group/paper-radio-group.html ">
9
- < link rel ="import " href ="//polymerstaticfiles.appspot.com/bower_components/paper-radio-button/paper-radio-button.html ">
10
- < link rel ="import " href ="//polymerstaticfiles.appspot.com/bower_components/paper-input/paper-input-decorator.html ">
1
+ <!-- Replace these import links with links to files hosted on your own server -->
2
+ < script src ="//polymerstaticfilesfortesting.appspot.com/bower_components/webcomponentsjs/webcomponents.min.js "> </ script >
3
+
4
+ < link rel ="import " href ="//polymerstaticfilesfortesting.appspot.com/bower_components/polymer/polymer.html ">
5
+ < link rel ="import " href ="//polymerstaticfilesfortesting.appspot.com/bower_components/font-roboto/roboto.html ">
6
+ < link rel ="import " href ="//polymerstaticfilesfortesting.appspot.com/bower_components/paper-input/paper-input.html ">
7
+ < link rel ="import " href ="//polymerstaticfilesfortesting.appspot.com/bower_components/paper-button/paper-button.html ">
8
+ < link rel ="import " href ="//polymerstaticfilesfortesting.appspot.com/bower_components/paper-checkbox/paper-checkbox.html ">
9
+ < link rel ="import " href ="//polymerstaticfilesfortesting.appspot.com/bower_components/paper-radio-group/paper-radio-group.html ">
10
+ < link rel ="import " href ="//polymerstaticfilesfortesting.appspot.com/bower_components/paper-radio-button/paper-radio-button.html ">
11
+ < link rel ="import " href ="//polymerstaticfilesfortesting.appspot.com/bower_components/paper-input/paper-input-decorator.html ">
11
12
12
13
< ?!= include('Sidebar.css.html'); ?>
13
14
@@ -45,8 +46,8 @@ <h3>Translate into</h3>
45
46
46
47
47
48
< div id ="button-bar ">
48
- < paper-button raised class ="colored " id ="run-translation "> Translate</ paper-button >
49
- < paper-button raised id ="insert-text "> Insert</ paper-button >
49
+ < paper-button class ="colored " id ="run-translation "> Translate</ paper-button >
50
+ < paper-button id ="insert-text "> Insert</ paper-button >
50
51
</ div >
51
52
52
53
</ div >
@@ -58,3 +59,4 @@ <h3>Translate into</h3>
58
59
</ div >
59
60
60
61
< ?!= include('Sidebar.js.html'); ?>
62
+
0 commit comments