-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
26 lines (26 loc) · 1.22 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<link rel="canonical" href="https://slicer.run/" />
<link rel="manifest" href="/manifest.json" />
<title>slicer</title>
<meta name="title" content="slicer" />
<meta
name="description"
content="A modern Java reverse engineering tool for the web, featuring a range of disassemblers and decompilers, a bytecode flow graph and much more. No data ever leaves your device, everything happens locally in the browser!"
/>
<meta name="og:type" content="website" />
<meta name="og:url" content="https://slicer.run/" />
<meta name="og:title" content="slicer" />
<meta name="og:description" content="A modern Java reverse engineering tool for the web." />
<meta name="twitter:title" content="slicer" />
<meta name="twitter:description" content="A modern Java reverse engineering tool for the web." />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>