Test for podcast integration

This commit is contained in:
Sebastian 2019-09-29 00:07:27 +02:00
parent 9eb2b8d430
commit ea2db88e48
1 changed files with 25 additions and 0 deletions

25
web/podcast.html Normal file
View 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>