<!DOCTYPE html>
<script>
window.next = {
version: '14.0.2',
};
window.__NUXT__ = {
data: 'test'
};
</script>
<body>
<div>
This is a test to see if a page using multiple frameworks is correctly
categorized.
</div>
<div id='___gatsby'>
I am Gatsby.
</div>
</body>