-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 871 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 871 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>tua-body-scroll-lock demo</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.2/gh-fork-ribbon.min.css" />
</head>
<body>
<a
class="github-fork-ribbon right-bottom fixed"
target="_blank"
href="https://github.com/tuax/tua-body-scroll-lock"
title="Fork me on GitHub"
data-ribbon="Fork me on GitHub"
>
Fork me on GitHub
</a>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- test for global lockState -->
<script src="node_modules/tua-body-scroll-lock/dist/tua-bsl.umd.js"></script>
</body>
</html>