-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 2.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scrolltello · A coloured scrollbars with Default themes for people to use.</title>
<link rel="stylesheet" href="style.css" media="all">
<meta content="Scrolltello allows you to find Scrollbar Themes that you can use." name="description">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" sizes="48x48" href="/scrolltello/icons/icon-48x48.png"/>
<link rel="icon" sizes="72x72" href="/scrolltello/icons/icon-72x72.png"/>
<link rel="icon" sizes="96x96" href="/scrolltello/icons/icon-96x96.png"/>
<link rel="icon" sizes="144x144" href="/scrolltello/icons/icon-144x144.png"/>
<link rel="icon" sizes="192x192" href="/scrolltello/icons/icon-192x192.png"/>
<link rel="icon" sizes="256x256" href="/scrolltello/icons/icon-256x256.png"/>
<link rel="icon" sizes="384x384" href="/scrolltello/icons/icon-384x384.png"/>
<link rel="icon" sizes="512x512" href="/scrolltello/icons/icon-512x512.png"/>
</head>
<div style="position: fixed;">
<input type="checkbox" onclick="darkMode()">Dark Mode</input>
</div>
<script src="darkmode.js"></script>
<center>
<img src="scrolltello.svg">
<h1>A coloured scrollbars with Default themes for people to use.</h1>
<a href="https://github.com/Monredo/scrolltello"><i style="margin-right: 4px; text-decoration: none; color: #50e328;" class="fa-brands fa-github-alt"></i>View Scrolltello on Github</a>
<a style="margin-left: 20px;" href="https://github.com/Monredo/scrolltello/archive/refs/tags/0.0.8.zip"><i style="margin-right: 4px; text-decoration: none; color: #50e328;" class="fa-solid fa-download"></i>Download</a>
<div class="info">
Scrolltello - A coloured scrollbars with Default themes for people to use.
<p>Scrolltello allows you to find Scrollbar Themes that you can use.</p>
<h1>Choose one</h1>
You may choose one from the themes or the default-themes folder.
<h1>How does it work?</h1>
Well, The scrollbar orientation determines the direction in which scrolling occurs when the user operates the scrollbar. Scrolltello styles the scrollbars Which is called "Scrollbar Themes".
</div>
<p>Released under the Eclipse Public License 2.0 Copyright © 2023 Monredo</p>
</center>
</html>