Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
paper-wormhole
out of head tag.
The `paper-wormhole` div is currently insterted into the `<head>` of the index.html page, which causes DOM parsing problems for browsers. The `div` element cannot appear in the `<head>`, and causes Chrome to move the `<body>` tag up to enclose the first `<div>`, breaking all subsequent `<head>` tags (favicons, etc.) This change places the tag as the first element in the `<body>` tag, which should be equivalent for Paper.
- Loading branch information