ari.lt/page/ttytheme/settings/index.html
Ari Archer 8961e6b476 add visitor counter
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-12-03 13:47:27 +02:00

96 lines
3.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 -&gt; TTYSettings</title>
<meta
name="description"
content="TTY theme generator's by ari-web settings"
/>
<meta
name="keywords"
content="tty, theme, linux, cli, terminal, generator, theme-generator, foss, unlicense, settings"
/>
<meta
name="robots"
content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"
/>
<meta property="og:type" content="website" />
<meta name="color-scheme" content="dark" />
<script type="text/javascript">
<!--//--><![CDATA[//><!--
/**
* @licstart The following is the entire license notice for the JavaScript
* code in this page.
*
* Copyright (C) 2022 Ari Archer
*
* The JavaScript code in this page is free software: you can redistribute
* it and/or modify it under the terms of the GNU General Public License
* (GNU GPL) as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version. The code is
* distributed WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL
* for more details.
*
* As additional permission under GNU GPL version 3 section 7, you may
* distribute non-source (e.g., minimized or compacted) forms of that code
* without the copy of the GNU GPL normally required by section 4, provided
* you include this license notice and a URL through which recipients can
* access the Corresponding Source.
*
* @licend The above is the entire license notice for the JavaScript code
* in this page.
*/
//--><!]]>
</script>
<script
type="module"
src="/content/js/ttytheme/settings.js"
defer
></script>
<link rel="stylesheet" href="/content/styles/clean/index.css" />
<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 for visitor
<img
id="visitors"
src="http://us.ari.lt/counter/@ari/kpnuBU0qISQlfR7cSNwwg9oW8654-RguVrXh9JOBGo3EP1-bm7aF9ROuQO6Jqesk.svg"
style="display: inline; height: 1em; vertical-align: top"
alt="visitor count"
/>
</h1>
<h3><a href="/page/ttytheme">TTYTheme 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>