some seo, more pages

This commit is contained in:
2024-09-03 11:58:19 +02:00
parent 23a6e28d00
commit 35f6bdd7b3
16 changed files with 381 additions and 70 deletions

47
template.html Normal file
View File

@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- CSS -->
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
<link rel="stylesheet" href="/css/style.css">
<!-- SEO -->
<title>Page Title | janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="og:title" content="" />
<meta name="og:description" content="" />
<meta name="og:image" content="https://static.janishutz.com/seo/legal-card.jpg" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://janishutz.com/legal" />
<meta name="og:locale" content="en_GB" />
<meta property="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#152b5c">
<style>
.support-icon {
font-size: 10rem;
}
</style>
</head>
<body>
<nav></nav>
<div class="content">
<span class="material-symbols-outlined support-icon">support_agent</span>
<h1 class="title">Support</h1>
<p class="text-center;">Ran into issues with Software? Have suggestions for features?</p>
<div class="inline-elements">
<a class="button" href="https://support.janishutz.com/index.php?a=add">Get support</a>
<a class="button" href="/support/support-status">Support Status</a>
<a class="button" href="https://support.janishutz.com/index.php?a=add&category=6">Feature request</a>
<a class="button" href="https://support.janishutz.com/knowledgebase.php">Knowledgebase</a>
<a class="button" href="/support/old">Old websites</a>
</div>
</div>
<footer></footer>
</body>
</html>