Ionic content in image iphone

hi guys,

i have some aplikasi with ionic framework.
and i want to present with my friend, but i want to present with live on web. not with apk.
and i want use this image iphone, and content will display in image. the problem is, i do not know how to make it.

like this,
image

this my code, previously i use iframe. but i stuck.

<body ng-app="starter">
   <iframe src="img/iphone.png" width="400px" height="733">
   </iframe>
   <ion-nav-view></ion-nav-view>
</body>

any suggestion for me?
Thanks in advance