I'm trying to use Google AMP
with Asp.Net
.
The only code I have is,
<script async custom-element="amp-iframe" src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js"></script>
<amp-iframe width="200" height="100"
sandbox="allow-scripts allow-same-origin"
layout="responsive"
frameborder="0"
src="https://www.example.com/htmlfile.html">
</amp-iframe>
Can anyone help me with the code ?
Thanks