Skip to content

Commit

Permalink
Add iframe embed.
Browse files Browse the repository at this point in the history
  • Loading branch information
PEConn committed Sep 4, 2023
1 parent a58f06e commit f3ad521
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions blog-iframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<html>
<head><title>Input test</title></head>
<style type="text/css">
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px;
}

h1, h2, h3 {
line-height: 1.2;
}

input, textarea, button {
font-size: 18px;
margin: 0.5em 0;
box-sizing: border-box;
}
</style>
<body>

<h1>News Co.</h1>

<h2>Something happened</h2>

<iframe
width="100%"
height="500px"
src="https://blog.google/products/chrome/google-chrome-update-august-2023/" />
</div>
</body>
</html>

0 comments on commit f3ad521

Please sign in to comment.