-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathabout.html
More file actions
21 lines (21 loc) · 1.23 KB
/
Copy pathabout.html
File metadata and controls
21 lines (21 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html lang="en-US">
<meta charset="UTF-8"/>
<title>About Simplexity</title>
<body style="background-color: #1F2121; font-family: sans-serif; color: white;">
<div style="width: 100%; text-align: center; margin-top: 30px;">
<img src="img/icon.svg" alt="Simplexity logo" width="128px"/>
</div>
<h1 style="width: 100%; text-align: center;">
Simplexity <span id="version"></span>
</h1>
<div style="width: 100%; text-align: center;">
Made with 💓 by <a href="https://www.wiselabs.com.br" target="_blank" style="color: white;">Wiselabs Software</a> and contributors.<br/>
<p style="color: #ffbbaa">
<b>Note:</b> This application is not affiliated with the official Perplexity AI project but is an independent effort to bring it to your desktop.
</p>
<a href="https://www.buymeacoffee.com/franklin8" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a><br/><br/>
🏛 License BSD-3-Clause<br/>
💻 <a href="https://github.com/Wiselabs/simplexity" target="_blank" style="color: white;">Source code at GitHub</a>
</div>
</body>
</html>