<!DOCTYPE html>
<body>
<div id="nothing"></div>
<div id="container">
<div class="svelte-1test">
This is a test to see if a page with a div with class starting with
"svelte-" is detected as using the Svelte JavaScript framework.
</div>
</div>
</body>