<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>

    <section>
        <h2>Links</h2>
        <ul>
            <li>
                <a href="https://vencord.dev" target="_blank">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>
    </section>

    <section>
        <h2>Acknowledgements</h2>
        <p>These awesome libraries empower Vencord Desktop</p>
        <ul>
            <li>
                <a href="https://github.com/electron/electron" target="_blank">Electron</a>
                - Build cross-platform desktop apps with JavaScript, HTML, and CSS
            </li>
            <li>
                <a href="https://github.com/electron-userland/electron-builder" target="_blank">Electron Builder</a>
                - A complete solution to package and build a ready for distribution Electron app with “auto update”
                support out of the box
            </li>
            <li>
                <a href="https://github.com/OpenAsar/arrpc" target="_blank">arrpc</a>
                - An open implementation of Discord's Rich Presence server
            </li>
            <li>
                And many
                <a href="https://github.com/Vencord/Desktop/blob/main/pnpm-lock.yaml" target="_blank"
                    >more awesome open source libraries</a
                >
            </li>
        </ul>
    </section>
</body>