Skip to content

Instantly share code, notes, and snippets.

@a2chub
Created July 6, 2015 09:49
Show Gist options
  • Save a2chub/5069165850d2575c971f to your computer and use it in GitHub Desktop.
Save a2chub/5069165850d2575c971f to your computer and use it in GitHub Desktop.
<!--
@license
Copyright (c) 2015 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
-->
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Polymer Starter Kit" />
<title>Polymer Starter Kit</title>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- Chrome for Android theme color -->
<meta name="theme-color" content="#303F9F">
<!-- Web Application Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Tile color for Win8 -->
<meta name="msapplication-TileColor" content="#3372DF">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Polymer Starter Kit">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Polymer Starter Kit">
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<!-- build:css styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild-->
<!-- build:js bower_components/webcomponentsjs/webcomponents-lite.min.js -->
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<!-- endbuild -->
<!-- will be replaced with elements/elements.vulcanized.html -->
<link rel="import" href="elements/elements.html">
<!-- endreplace-->
</head>
<body unresolved class="fullbleed layout vertical">
<span id="browser-sync-binding"></span>
<template is="dom-bind" id="app">
<paper-panel id="paperDrawerPanel">
<paper-header-panel main mode="waterfall-tall">
<!-- Main Toolbar -->
<paper-toolbar id="mainToolbar">
<paper-icon-button id="paperToggle" icon="menu" paper-drawer-toggle></paper-icon-button>
<span class="flex"></span>
<!-- Toolbar icons -->
<paper-icon-button icon="refresh"></paper-icon-button>
<paper-icon-button icon="search"></paper-icon-button>
<!-- Application name -->
<div class="middle paper-font-display2 app-name">Bass King Live</div>
<!-- Application sub title -->
<div class="bottom title">2015/07/30<br>http://bire.favlip.com/live</div>
</paper-toolbar>
</paper-header-panel>
<!-- Main Content -->
<paper-material elevation="1">
Player 置き場<br>
Player 置き場<br>
Player 置き場<br>
Player 置き場<br>
Player 置き場<br>
Player 置き場<br>
Player 置き場<br>
Player 置き場<br>
Player 置き場<br>
<paper-material elevation="2">
 ここにタイトル<br>
 ここにタイトル<br>
 ここにタイトル<br>
</paper-material>
<paper-material elevation="2">
広告枠
</paper-material>
</paper-material>
<paper-material elevation="1">
ここにfacebook<br>
ここにfacebook<br>
ここにfacebook<br>
ここにfacebook<br>
ここにfacebook<br>
ここにfacebook<br>
</paper-material>
</paper-panel>
</template>
<!-- build:js scripts/app.js -->
<script src="scripts/app.js"></script>
<!-- endbuild-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment