Code viewer for World: chasing test

// Cloned by Alex Murphy on 16 May 2019 from World "lesson 3 c2f test " by Alex Murphy 
// Please leave this clone trail here.
 

document.write ( `
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width">
        <title>QUnit Example</title>
        <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.9.2.css">
        <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/p5.js"></script>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/addons/p5.dom.js"></script>
        <script src="api/common/w2m/abworld.generic.js"></script>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/addons/p5.sound.min.js"></script>

    </head>
    <body>
        <div id="qunit"></div>
        <div id="qunit-fixture"></div>
        <script src="https://code.jquery.com/qunit/qunit-2.9.2.js"></script>
        <script src="uploads/alexmurphy1996/lesson1_chasing.js"></script>
        <script src="uploads/alexmurphy1996/chasing_tst.js"></script>
        <div style="height=100%>"<p>Test</p></div>
    </body>
</html>

` );