34 lines
933 B
HTML
34 lines
933 B
HTML
<head>
|
|
<style>
|
|
body {
|
|
padding: 2em;
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
|
|
"Open Sans", "Helvetica Neue", sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Vencord Desktop %VERSION%</h1>
|
|
<p>
|
|
Vencord Desktop is a free/libre cross platform desktop app aiming to give you a snappier Discord experience with
|
|
Vencord pre-installed
|
|
</p>
|
|
|
|
<h2>Links</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="https://vencord.dev">Vencord Website</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/Vencord/Desktop" target="_blank">Source Code</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/Vencord/Desktop/issues" target="_blank">Report bugs / Request features</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|