Files
website/src/services/index.html
T
janishutz b27b4da3f2
Build and upload website update / build-and-upload (push) Failing after 6s
Finish migrate to new repo
2026-04-03 15:36:12 +02:00

50 lines
1.6 KiB
HTML

<!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">
<!-- FAVICON -->
<link rel="icon" href="/favicon.ico">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<!-- SEO -->
<title>Services | 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="Discover services offered by janishutz.com" />
<meta name="og:locale" content="en_GB" />
<meta name="theme-color" content="#152b5c">
<style>
.service-icon {
font-size: 10rem;
}
</style>
</head>
<body>
<nav></nav>
<div class="content">
<span class="material-symbols-outlined service-icon">build</span>
<h1 class="title">Services</h1>
<p class="text-center">Discover Services</p>
<div class="inline-elements">
<a class="button" href="https://store.janishutz.com">Software Store</a>
<a class="button" href="https://account.janishutz.com">Account</a>
<a class="button" href="https://development.janishutz.com">Custom Websites</a>
</div>
</div>
<footer></footer>
</body>
</html>