YNICTE/FO/Views/CDMS/HTTPS.cshtml

12 lines
356 B
Plaintext
Raw Normal View History

2020-10-12 14:39:23 +09:00
@{
Layout = "~/Views/Shared/_LayoutContents.cshtml";
}
<div id="player">
<div class="plyCont">
<div class="plyWrap">
<div class="plyFrame" style="" id="playerbox">
<iframe id="ifr1" class="staticframe" style="width: 100%; height: 100%;" src="@ViewBag.https"></iframe>
</div>
</div>
</div>
</div><!-- player -->