mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Sun 22 May 18:03:08 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
eb1ce0a4d5
commit
091a5ccddb
2 changed files with 12 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Linux TTY theme generator by Ari::web</h1>
|
<h1>Linux TTY theme generator by Ari::web</h1>
|
||||||
<h2>For faster theming see <a href="settings/">settings</a></h2>
|
<h2>For faster theming see <a href="/page/ttytheme/settings">settings</a></h2>
|
||||||
<h2>
|
<h2>
|
||||||
All themes generated here are under
|
All themes generated here are under
|
||||||
<a href="https://unlicense.org/" target="_blank">unlicense</a>, but
|
<a href="https://unlicense.org/" target="_blank">unlicense</a>, but
|
||||||
|
|
|
@ -6,7 +6,10 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Ari::web -> TTYSettings</title>
|
<title>Ari::web -> TTYSettings</title>
|
||||||
|
|
||||||
<meta name="description" content="TTY theme generator by ari-web" />
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="TTY theme generator's by ari-web settings"
|
||||||
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="keywords"
|
name="keywords"
|
||||||
content="tty theme linux cli terminal generator theme-generator foss unlicense settings"
|
content="tty theme linux cli terminal generator theme-generator foss unlicense settings"
|
||||||
|
@ -16,7 +19,11 @@
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta name="color-scheme" content="dark" />
|
<meta name="color-scheme" content="dark" />
|
||||||
|
|
||||||
<script type="module" src="/content/js/ttytheme/settings.js" defer></script>
|
<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/styles.css" />
|
||||||
<link rel="stylesheet" href="/content/styles/ttytheme/settings.css" />
|
<link rel="stylesheet" href="/content/styles/ttytheme/settings.css" />
|
||||||
|
@ -24,7 +31,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Linux TTY theme generator by Ari::web settings</h1>
|
<h1>Linux TTY theme generator by Ari::web settings</h1>
|
||||||
<h3><a href="..">Home</a></h3>
|
<h3><a href="/page/ttytheme">TTYTheme home</a></h3>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
Loading…
Add table
Reference in a new issue