-
-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathbasic.html
More file actions
19 lines (19 loc) · 721 Bytes
/
basic.html
File metadata and controls
19 lines (19 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>if(!Function.bind){
document.write('<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-shim.min.js"><' + '/script>');
document.write('<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-sham.min.js"><' + '/script>');
}</script>
<script>document.write('<script src="../index.js"><' + '/script>')</script>
<script>
this.onload = function () {
'use strict';
document.body.appendChild(hyperHTML.wire()(['<input id="delay" type="number" .value="','">'], 0));
};
</script>
</head>
<body></body>
</html>