-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (26 loc) · 1006 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
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Google Polymer — Hongkiat</title>
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Lato:300,400,700'>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/ionicons/1.5.2/css/ionicons.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js"></script>
</head>
<body>
<header class="demo-header cf">
<h1>Google Polymer</h1>
<a href="http://www.hongkiat.com/blog/">Go to the Article</a>
</header>
<div class="demo-content cf">
<p>Click on any of the following to see demo.</p>
<ul class="demo-select">
<li class="demo-map"><a href="maps.html">Maps</a></li>
<li class="demo-paper"><a href="paper.html">Paper Elements</a></li>
<li class="demo-youtube"><a href="youtube.html">Youtube</a></li>
</ul>
</div>
</body>
</html>