31 lines
1.3 KiB
HTML
31 lines
1.3 KiB
HTML
<!doctype html>
|
|
<!--
|
|
SPDX-FileCopyrightText: Night Theme Switcher Contributors
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Night Theme Switcher</title>
|
|
<meta name="description" content="A GNOME Shell extension to make your desktop easy on the eye, day and night." />
|
|
<link rel="stylesheet" href="style.css" />
|
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
|
</head>
|
|
<body>
|
|
<main class="content">
|
|
<h1 class="title">Night Theme Switcher</h1>
|
|
<p class="description">A GNOME Shell extension to make your desktop easy on the eye, day and night.</p>
|
|
<a href="https://extensions.gnome.org/extension/2236/night-theme-switcher/" class="button">Download</a>
|
|
<ul class="links">
|
|
<li>
|
|
<a href="https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension" class="link">Code & issues</a>
|
|
</li>
|
|
<li><a href="https://hosted.weblate.org/engage/night-theme-switcher/" class="link">Translate</a></li>
|
|
<li><a href="https://liberapay.com/rmnvgr/donate" class="link">Donate</a></li>
|
|
</ul>
|
|
</main>
|
|
</body>
|
|
</html>
|