Add website

This commit is contained in:
Romain Vigier
2021-08-20 15:39:20 +02:00
parent 7311a9cce8
commit 8d9be91921
16 changed files with 329 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<!--
SPDX-FileCopyrightText: 2021 Romain Vigier <contact AT romainvigier.fr>
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>
<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>
</main>
</body>
</html>