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

Commit

Permalink
s/smoke/demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Jan 8, 2014
1 parent 7d84e1c commit c609133
Showing 1 changed file with 25 additions and 0 deletions.
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>

0 comments on commit c609133

Please sign in to comment.