-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
54 lines (54 loc) · 3.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Windows Terminal Theme Generator</title>
<link rel="icon" href="svg/logo.svg" />
<link data-trunk rel="copy-dir" href="./src/assets/svg" />
<link data-trunk rel="copy-dir" href="./src/assets/img" />
<link data-trunk rel="copy-dir" href="./src/assets/json" />
<link data-trunk rel="copy-file" href="./src/assets/font/JetBrainsMonoNerdFont-Regular.ttf" />
<link data-trunk rel="copy-file" href="./sitemap.xml" />
<link data-trunk rel="copy-file" href="./robots.txt" />
<link data-trunk rel="copy-file" href="./netlify.toml" />
<link data-trunk rel="scss" href="./src/style.scss" />
<meta name="description" content="Tired to not find the perfect windows terminal theme that sticks the best with you? Now it's just one single click to get your own homemade theme that is unique!" />
<meta name="subject" content="Windows Terminal Themes" />
<meta name="copyright" content="Apache v2.0 Baptiste Zahnow" />
<meta name="language" content="EN" />
<meta name="revised" content="Friday, February 9th, 00:00" />
<meta name="author" content="Baptiste Zahnow, dev.baptiste.zahnow@gmail.com" />
<meta name="owner" content="Baptiste Zahnow" />
<meta name="designer" content="Baptiste Zahnow" />
<meta name="theme-color" content="#282A36" />
<meta name="url" content="https://windows-terminal-theme-generator.netlify.app" />
<meta name="indentifier-URL" content="https://windows-terminal-theme-generator.netlify.app" />
<meta name="pagename" content="Windows Terminal Theme Generator" />
<meta name="coverage" content="Worlwide" />
<meta name="distribution" content="Global" />
<meta name="revisit-after" content="2 days" />
<meta name="subtitle" content="Customize Your Windows Terminal Theme with Ease" />
<meta name="target" content="all" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="date" content="Feb. 09, 2024" />
<meta name="search_date" content="2024-02-09" />
<meta name="og:title" content="Windows Terminal Theme Generator" />
<meta name="og:url" content="https://windows-terminal-theme-generator.netlify.app" />
<meta name="og:site_name" content="Windows Terminal Theme Generator" />
<meta name="og:description" content="Discover the Ultimate Windows Terminal Theme Customization Solution - Tailored to Your Taste with Just One Click!" />
<meta name="og:type" content="website" />
<meta name="apple-mobile-web-app-title" content="Windows Terminal Theme Generator" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="application-name" content="Windows Terminal Theme Generator" />
<meta name="news_keywords" content="Windows Terminal, theme customization, one-click solution, unique themes, personalized terminal experience" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@_Mes_Reves_" />
<meta name="twitter:title" content="Windows Terminal Theme Generator" />
<meta name="twitter:description" content="Transform your Windows Terminal effortlessly with a unique, homemade theme - all at the click of a button! #Windows #Terminal #Customization" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body></body>
</html>