-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 1.37 KB
/
index.html
File metadata and controls
29 lines (28 loc) · 1.37 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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="author" content="Giuseppe Scotto Lavina">
<meta name="theme-color" content="#000">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="description" content="Efficient Virtual Scroller">
<title>HyperScroll</title>
<link rel="manifest" href="./manifest.json">
<link rel="dns-prefetch" href="//rsz.io">
<link rel="dns-prefetch" href="//server.picular.co">
<link rel="modulepreload" href="./js/vendor/resize-observer.min.js">
<link rel="modulepreload" href="./js/vendor/hyperhtml.min.js">
<link rel="modulepreload" href="./js/libs/dynamic-style.js">
<link rel="modulepreload" href="./js/components/hyper-scroll.component.js">
<link rel="modulepreload" href="./js/components/canvas-src.intent.js">
<link rel="modulepreload" href="./js/components/image-box.component.js">
<link rel="modulepreload" href="./js/components/text-box.component.js">
<link rel="modulepreload" href="./js/components/edit-box.component.js">
<link rel="modulepreload" href="./js/components/row-box.component.js">
<link rel="modulepreload" href="./js/components/app.component.js">
<script async type='module' src='./js/components/app.component.js'></script>
</head>
<body role="main" style="background-color: black;">
<noscript>WTF!?!?</noscript>
</body>
</html>