mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 01:59:25 +01:00
50 lines
1.6 KiB
HTML
50 lines
1.6 KiB
HTML
|
<!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>
|
||
|
|
||
|
<meta name="description" content="TTY theme generator by ari-web" />
|
||
|
<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" />
|
||
|
|
||
|
<script type="module" src="/content/js/ttytheme/settings.js" defer></script>
|
||
|
|
||
|
<link rel="stylesheet" href="/content/styles/ttytheme/styles.css" />
|
||
|
<link rel="stylesheet" href="/content/styles/ttytheme/settings.css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Linux TTY theme generator by Ari::web settings</h1>
|
||
|
<h3><a href="..">Home</a></h3>
|
||
|
<br/>
|
||
|
|
||
|
<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>
|