30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
<!--
|
|
@license
|
|
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
|
|
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
|
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
|
Code distributed by Google as part of the polymer project is also
|
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
-->
|
|
<!--
|
|
NOTE: This file should not be included/used directly.
|
|
|
|
homepage_elements.vulcanized.html is included in head.html as a single HTML Import
|
|
of common elements for the homepage.
|
|
|
|
Before building and/or deploying the docs, run Vulcanize on this file with the
|
|
following command:
|
|
|
|
vulcanize elements/homepage_elements.html -o elements/homepage_elements.vulcanized.html
|
|
-->
|
|
|
|
<link rel="import" href="scroll-area.html">
|
|
<link rel="import" href="site-banner.html">
|
|
<link rel="import" href="app-bar.html">
|
|
|
|
<!-- homepage -->
|
|
<link rel="import" href="../components/paper-button/paper-button.html">
|
|
|
|
<link rel="import" href="../components/core-icons/core-icons.html">
|
|
<link rel="import" href="../components/core-icons/social-icons.html">
|