-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (18 loc) · 790 Bytes
/
Copy pathindex.html
File metadata and controls
22 lines (18 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>prime-elements</title>
<meta name="description" content="prime-elements description">
<!-- See https://goo.gl/OOhYW5 -->
<link rel="manifest" href="/manifest.json">
<script src="/bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<link rel="import" href="/src/prime-elements-app/prime-elements-app.html">
<link rel="stylesheet" type="text/css" href="src/resources/themes/omega/theme.css">
<link rel="stylesheet" type="text/css" href="src/elements/prime-panel.css">
</head>
<body>
<prime-elements-app></prime-elements-app>
</body>
</html>