Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
rebuild; add bower.json, demo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Jan 30, 2014
1 parent 49c4259 commit 7bc4a37
Show file tree
Hide file tree
Showing 3 changed files with 4,986 additions and 2,541 deletions.
8 changes: 8 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "polymer-home-page",
"private": true,
"dependencies": {
"polymer": "Polymer/polymer#master",
"polymer-ui-action-icons": "Polymer/polymer-ui-action-icons#master"
}
}
25 changes: 25 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!doctype html>
<html>
<head>
<title>polymer home page</title>
<style>
html, body {
font-family: Arial, sans-serif;
white-space: nowrap;
overflow: hidden;
}
polymer-home-page {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
</style>
<script src="../platform/platform.js"></script>
<link rel="import" href="polymer-home-page.html">
</head>
<body>
<polymer-home-page></polymer-home-page>
</body>
</html>
Loading

0 comments on commit 7bc4a37

Please sign in to comment.