Test for podcast integration
This commit is contained in:
parent
9eb2b8d430
commit
ea2db88e48
25
web/podcast.html
Normal file
25
web/podcast.html
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
h1 {
|
||||
margin: 30px 0;
|
||||
font-size: 4em;
|
||||
line-height: 1;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<style>
|
||||
.responsive-wrap iframe{ max-width: 100%;}
|
||||
</style>
|
||||
<div class="responsive-wrap">
|
||||
<!-- this is the embed code provided by Google -->
|
||||
<iframe src="https://podcast.chaospott.de/" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
|
||||
<!-- Google embed ends -->
|
||||
</div>
|
||||
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user