mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +00:00
18 lines
685 B
HTML
18 lines
685 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="h-100">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="robots" content="index,nofollow" />
|
|
<meta name="googlebot" content="index,nofollow" />
|
|
<meta name="description" content="darkwire.io is the simplest way to chat with encryption online." />
|
|
<title>Darkwire.io - instant encrypted web chat</title>
|
|
</head>
|
|
<body class="h-100">
|
|
<div id="root" class="h-100"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|