-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (31 loc) · 1.84 KB
/
index.html
File metadata and controls
41 lines (31 loc) · 1.84 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<!--
Copyright (c) 2014 G2(https://twitter.com/G2U)
-->
<html>
<head>
<title>G2's Profile</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<script src="components/platform/platform.js"></script>
<link rel="import" href="components/core-icons/core-icons.html">
<link rel="import" href="components/core-item/core-item.html">
<link rel="import" href="components/core-menu/core-submenu.html">
<link rel="import" href="components/paper-icon-button/paper-icon-button.html">
<link rel="import" href="components/paper-item/paper-item.html">
<link rel="import" href="components/g2-toolbar/g2-toolbar.html">
<link rel="stylesheet" href="css/main.css">
</head>
<body unresolved>
<g2-toolbar label="G2's Profile">
<paper-icon-button class="menuButton" icon="menu" ></paper-icon-button>
<paper-item icon="home" label="Home" class="blue-ripple" tag="home" url="components/g2-pages/home.html"></paper-item>
<paper-item icon="social:person" label="Profile" class="blue-ripple" tag="profile" url="components/g2-pages/profile.html"></paper-item>
<paper-item icon="cloud" label="Lumber-Room" class="blue-ripple"tag="lumber-room" url="components/g2-pages/lumber-room.html"></paper-item>
<paper-item icon="link" label="Links" class="blue-ripple" tag="links" url="components/g2-pages/links.html"></paper-item>
<paper-item icon="mail" label="Contact" class="blue-ripple" tag="contact" url="components/g2-pages/contact.html"></paper-item>
</g2-toolbar>
</body>
</html>