Amnezichat/static/index.html

16 lines
550 B
HTML
Raw Normal View History

2025-01-17 18:27:46 +03:00
<!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>