我正在尝试将Google AMP
与Asp.Net
一起使用。
我唯一的代码是
<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>
有人可以帮助我提供代码吗?
谢谢