0

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

Bengi Besçeli
  • 3,638
  • 12
  • 53
  • 87

1 Answers1

0

I'm visiting Amp.dev

This is the official resource for Google AMP as I know.

Bengi Besçeli
  • 3,638
  • 12
  • 53
  • 87