<!DOCTYPE html>
<script>
window.__NUXT__ = {
data: 'test'
};
</script>
<body>
<div>
This is a test to see if a page with window.__NUXT__ is detected as
using the Nuxt.js JavaScript framework.
</div>
</body>
<!DOCTYPE html>
<script>
window.__NUXT__ = {
data: 'test'
};
</script>
<body>
<div>
This is a test to see if a page with window.__NUXT__ is detected as
using the Nuxt.js JavaScript framework.
</div>
</body>