-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 957 Bytes
/
Copy pathindex.html
File metadata and controls
34 lines (31 loc) · 957 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
28
29
30
31
32
33
34
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark" />
<title>Greasify</title>
</head>
<body>
<div class="backdrop" aria-hidden="true"></div>
<main class="shell">
<h1>
<span class="headline-brand">
<img class="headline-mark" src="/greasify.svg" width="48" height="48" alt="" />
Greasify
</span>
Ship a userscript like a Vite app
</h1>
<p class="lead">
Local HMR, a real <code>index.html</code> host page, and a single
<code>.user.js</code> for Tampermonkey, Greasemonkey and Violentmonkey.
</p>
<div class="cta">
<a class="btn btn-primary" data-install href="#">
Install script
</a>
</div>
</main>
<script type="module" src="/src/page.ts"></script>
</body>
</html>