3 Commits
0.4.0 ... 0.5.0

Author SHA1 Message Date
cbracco
0d014c55f7 0.5.0 2015-12-03 18:38:55 -05:00
cbracco
4727a9b233 update iframe src; add viewport meta tag 2015-12-03 18:38:34 -05:00
cbracco
7f81d9f7a3 v0.4.0 2015-08-17 20:41:31 +02:00
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
# 0.5.0 (December 13, 2015)
- Update `<iframe>` source attribute to point to `index.html` (so meta).
- Add viewport `<meta>` tag to `<head>` of `index.html`.
# 0.4.0 (August 17, 2015)
- Add `<meter>` element (thanks @haroenv!). Reorganize a few existing elements.
# 0.3.1 (August 17, 2015)
- Change placeholder image dimensions to one that works properly (thanks @haroenv!).

View File

@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML5 Test Page</title>
</head>
<body>
@@ -321,7 +322,7 @@ p q r s t u v w x y z { | } ~ </pre>
<article id="embedded__iframe">
<header><h2>IFrame</h2></header>
<div><iframe src="http://www.google.com" height="300"></iframe></div>
<div><iframe src="index.html" height="300"></iframe></div>
<footer><p><a href="#top">[Top]</a></p></footer>
</article>
</section>