-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 975 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>HotoCocoa.github</title>
<meta name="viewport" content="width=device-width, initial-scale=1" >
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="bower_components/core-header-panel/core-header-panel.html">
<link rel="import" href="bower_components/core-toolbar/core-toolbar.html">
<link rel="import" href="bower_components/cocoa-elements/cocoa-elements.html">
<link rel="stylesheet" href="css/main.css" />
</head>
<body fullbleed layout vertical>
<core-header-panel mode="cover" flex>
<core-toolbar class="core-header tall">
<h1>Cocoa Hoto</h1>
</core-toolbar>
<div class=content>
<div center-justified layout>
<div>はぁ......ココアちゃん......!</div>
<cocoa-list src="data/cocoa.yaml" type="yaml"></cocoa-list>
</div>
</div>
</core-header-panel>
</body>
</html>