As I understand about the amp, the amp is only for mobile devices. If I'm using responsive design, my web server provides same HTML document per page for every device.
But If I want to use the AMP, the web server should decide whether it provide HTML for desktop or it provide HTML for AMP.
How do I do that? By User-Agent?(I think it is ugly and not scalable)
I missed something?

