UNPKG

1.07 kBHTMLView Raw
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>Intern</title>
6 <link rel="shortcut icon" type="image/png" href="../favicon.png"/>
7
8 <!-- Hey you, listen up:
9 ____ _ __ __ __
10 / __ \____ ____ ( )/ /_ / /_____ __ _______/ /_
11 / / / / __ \/ __ \|// __/ / __/ __ \/ / / / ___/ __ \
12 / /_/ / /_/ / / / / / /_ / /_/ /_/ / /_/ / /__/ / / /
13 /_____/\____/_/ /_/ \__/ \__/\____/\__,_/\___/_/ /_/
14 __ __ _ _____ __ __
15 / /_/ /_ (_)____ / __(_) /__ / / Direct modifications to rmeote.html are unsupported and will cause
16 / __/ __ \/ / ___/ / /_/ / / _ \/ / Intern to break when you upgrade to a new version. If you need to
17 / /_/ / / / (__ ) / __/ / / __/_/ add things to the page, do it from the `setup` or `before` method
18 \__/_/ /_/_/____/ /_/ /_/_/\___(_) of the test suite that needs those things. NEVER do it here!
19 -->
20 </head>
21 <body>
22 <!-- Load intern code in the body because Html reporter needs a DOM -->
23 <script src="remote.js"></script>
24 </body>
25</html>