forked from josercarmo/ufg-eventos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 768 Bytes
/
index.html
File metadata and controls
23 lines (20 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0;url=demo/" />
<title>ufg-eventos</title>
<script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="/bower_components/iron-component-page/iron-component-page.html">
</head>
<body>
<!--
ELEMENT API DOCUMENTATION SUPPORT COMING SOON
"app-datepicker": "joserochadocarmo/app-datepicker#master",
Visit demo/index.html to see live examples of your element running.
This page will automatically redirect you there when run in the browser
with `polymer serve`.
-->
<iron-component-page src="ufg-eventos.html"></iron-component-page>
</body>
</html>