如何在ASP.Net中使用Google AMP

时间:2019-04-07 20:53:01

标签: asp.net amp-html

我正在尝试将Google AMPAsp.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>

有人可以帮助我提供代码吗?
谢谢

1 个答案:

答案 0 :(得分:0)

我正在访问 Amp.dev

据我所知,这是 Google AMP 的官方资源。