forked from WebReflection/hyperHTML
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 758 Bytes
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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/promise-pjs@1.1.3"><'+'/script>')</script>
<script>delete window.module;</script>
</head>
<body>
<h1>results in console</h1>
</body>
<script src="https://unpkg.com/consolemd@0.1.2"></script>
<script src="https://unpkg.com/tressa@0.3.1"></script>
<script src="../index.js"></script>
<script src="./test.js"></script>
</html>