2022-05-22 18:00:07 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<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>Ari::web -> TTYSettings</title>
|
|
|
|
|
2022-05-22 18:03:08 +03:00
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="TTY theme generator's by ari-web settings"
|
|
|
|
/>
|
2022-05-22 18:00:07 +03:00
|
|
|
<meta
|
|
|
|
name="keywords"
|
|
|
|
content="tty theme linux cli terminal generator theme-generator foss unlicense settings"
|
|
|
|
/>
|
|
|
|
<meta name="robots" content="follow" />
|
|
|
|
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta name="color-scheme" content="dark" />
|
|
|
|
|
2022-05-22 18:03:08 +03:00
|
|
|
<script
|
|
|
|
type="module"
|
|
|
|
src="/content/js/ttytheme/settings.js"
|
|
|
|
defer
|
|
|
|
></script>
|
2022-05-22 18:00:07 +03:00
|
|
|
|
2022-06-12 10:21:13 +03:00
|
|
|
<link rel="stylesheet" href="/content/styles/clean/index.min.css" />
|
|
|
|
<link rel="stylesheet" href="/content/styles/ttytheme/styles.min.css" />
|
|
|
|
<link rel="stylesheet" href="/content/styles/ttytheme/settings.min.css" />
|
2022-05-22 18:00:07 +03:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<h1>Linux TTY theme generator by Ari::web settings</h1>
|
2022-05-22 18:03:08 +03:00
|
|
|
<h3><a href="/page/ttytheme">TTYTheme home</a></h3>
|
|
|
|
<br />
|
2022-05-22 18:00:07 +03:00
|
|
|
|
|
|
|
<noscript>
|
|
|
|
<div class="nojs">
|
|
|
|
<h1>This generator won't work without JavaScript enabled :(</h1>
|
|
|
|
<h1>
|
|
|
|
If you don't trust me, check the JavaScript yourself
|
|
|
|
<a
|
|
|
|
href="https://github.com/TruncatedDinosour/website/tree/terminal/content/js/ttytheme"
|
|
|
|
target=""
|
|
|
|
_blank
|
|
|
|
>on GitHub</a
|
|
|
|
>
|
|
|
|
</h1>
|
|
|
|
</div>
|
|
|
|
</noscript>
|
|
|
|
|
|
|
|
<ul id="clr-fields"></ul>
|
|
|
|
|
|
|
|
<button id="commit">Commit</button>
|
|
|
|
</body>
|
|
|
|
</html>
|