-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUntitled.html
More file actions
50 lines (32 loc) · 1.02 KB
/
Untitled.html
File metadata and controls
50 lines (32 loc) · 1.02 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html manifest="Untitled.hyperesources/cache.manifest">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge" />
<title>Untitled</title>
<style>
html {
height:100%;
}
body {
margin:0;
height:100%;
}
</style>
<!-- copy these lines to your document head: -->
<meta name="viewport" content="user-scalable=yes, initial-scale=1.0, width=375" />
<!-- end copy -->
</head>
<body>
<!-- copy these lines to your document: -->
<div id="untitled_hype_container" style="margin:auto;position:relative;width:375px;height:559px;overflow:hidden;-webkit-tap-highlight-color: rgba(0,0,0,0);" aria-live="polite">
<script type="text/javascript" charset="utf-8" src="Untitled.hyperesources/untitled_hype_generated_script.js?70611"></script>
</div>
<!-- end copy -->
<!-- text content for search engines: -->
<div style="display:none">
<div></div>
</div>
<!-- end text content: -->
</body>
</html>