How can i see a website floting in the air in augmented reality?

Hi. I’ve been trying to make a marker based augmented reality services where I see my blog or a website in real time just floating on the air. I got tho know about the Unity WWW function but didn’t know to solve this problem.Any suggestions how I do it?

I’m developing an AR app for Android and iOS and use this 3D webview asset to place a webview in my Unity AR Foundation scene. My app creates a webview prefab in the scene and then loads a website like webViewPrefab.WebView.LoadUrl("https://www.youtube.com");. Here’s an example in the docs.