-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 817 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/binary-translate.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Stegg is an app that creates steganographs, or images that have a secret message stored within them. Steganographs created with Stegg can be decrypted by anyone with the password. Users can share the image with others, privately or publicly via the Stegg feed and anyone with the password can decrypt the secret message."
/>
<title>Stegg by A Life in Binary</title>
</head>
<body class="bg-slate-800 dark:bg-gray-900">
<div id="root" class="h-screen w-screen"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>