mirror of
https://github.com/umutcamliyurt/Amnezichat.git
synced 2025-05-05 08:20:45 +01:00
16 lines
550 B
HTML
16 lines
550 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<title>Amnesichat</title>
|
|
<link rel="stylesheet" href="/static/styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Download Amnesichat</h1>
|
|
<p>Click the button below to download the small, simple, and secure messenger</p>
|
|
<a href="https://github.com/umutcamliyurt/Amnesichat" target="_blank">Download</a>
|
|
</div>
|
|
</body>
|
|
</html> |