<!-- ππΌ π‘πΌπ ππΌπ½π π’πΏ π πΌπ±πΆπ³π πͺπΆππ΅πΌππ π£π²πΏπΊπΆπππΆπΌπ» -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>

Settings
</title>
<style>
* {
margin: 0;
padding: 0;
touch-action: manipulation;
outline: none;
}
body {
padding: 30px 25px 30px 30px;
background: #ffffff;
color: #000;
font-family: system-ui;
font-weight: 700;
letter-spacing: 0.025em;
}
h1 {
font-size: 40px;
font-weight: 800;
line-height: 40px;
margin-top: 10px;
}
h2 {
margin-top: 15px;
margin-bottom: 40px;
font-size: 30px;
font-weight: 700px;
}
p {
margin-top: 20px;
font-weight: 300;
}
.su {
color: #00c2d6;
}
.done {
font-weight: bold;
color: #0A84FF;
}
.lastp {
margin-top: 40px;
}
h1, h2, p, button {
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #000;
color: #f1f1f1;
}
p {
color: #f1f1f1;
}
}
</style>
</head>
<body>
<h1>ππ» Hi</h1>
<h2>
Welcome to
<br>
<span class="su">

Settings
</span>
</h2>
<p>
First of all
<strong>
thanks for installing

Settings
</strong>
, hope you like it.
</p>
<p>

Settings
was made to be user friendly and simple to use so you always have the latest updates for your favourite shortcuts.
</p>
<p>
You can personalise

Settings
with your language, just select it when the Setup asks for it, if your language is not available, you can always contribute!
</p>
<p>
If you have any suggestion please use the "Send Feedback" button on Settings or comment on

Settings
RoutineHub page.
</p>
<p>
<strong>
Changing the shortcut name isn't recommended!
</strong>
</p>
<p class="lastp">
When finished, tap
<span class="done">
Done
</span>
.
</p>
</body>
</html>