Skip to content

Commit

Permalink
Fix DOMContentLoaded with async tag
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfrancis committed Mar 22, 2016
1 parent 316dee5 commit 6b9a848
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<title>iFrame Height</title>
</head>
<body>

<h1>iFrame Height</h1>
<p>Hosting examples for the <a href="https://github.com/craigfrancis/iframe-height">iFrame Height</a> proposal.</p>

</body>
</html>

0 comments on commit 6b9a848

Please sign in to comment.