itch.io page

This commit is contained in:
Daniel Bulant 2021-08-25 16:48:15 +02:00
parent b0aaaf5e73
commit b0f2e2efcf

10
itch.io/index.html Normal file
View file

@ -0,0 +1,10 @@
<iframe src="https://heaventaker.danbulant.eu" frameborder="0"></iframe>
<style>
body, html, iframe {
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
}
</style>