-
-
Notifications
You must be signed in to change notification settings - Fork 113
/
Copy pathindex.html
28 lines (28 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body { font-family: sans-serif; text-align: center; }
body.passed { background-color: #0FA; }
h1 { font-size: 1.2em; }
</style>
<script>window.module = {};</script>
<script>window.Promise||document.write('<script src="https://unpkg.com/[email protected]"><'+'/script>')</script>
<script>delete window.module;</script>
</head>
<body>
<h1>results in console</h1>
</body>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/[email protected]"></script>
<script>
if (!this.tressa) {
document.write('<script src="../node_modules/consolemd/index.js?_=' + Math.random() + '"><\x2fscript>');
document.write('<script src="../node_modules/tressa/index.js?_=' + Math.random() + '"><\x2fscript>');
}
document.write('<script src="../index.js?_=' + Math.random() + '"><\x2fscript>');
document.write('<script src="./test.js?_=' + Math.random() + '"><\x2fscript>');
</script>
</html>