-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (41 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<title>Code Chewing</title>
<meta charset="utf-8" />
<meta
name="description"
content="Code Chewing is a software consultancy company, providing development solutions for websites, mobile apps, and other services."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="https://codechewing.com" />
<link href="dist/main.css" rel="stylesheet" />
</head>
<body class="font-serif bg-gray-900 text-white text-center">
<section class="h-screen flex flex-col">
<header class="flex-grow flex flex-col justify-center">
<h1 class="text-3xl font-semibold tracking-wide">
Software <br />consultancy <br />services.
</h1>
</header>
<footer class="bg-yellow flex-shrink pb-3">
<ul class="pb-4 text-sm">
<li>Code Chewing Ltd</li>
<li>Company number: 1014 0190</li>
<li>VAT: 277 337 277</li>
</ul>
<small>
Website source code
<a
href="https://github.com/codechewing/codechewing.github.io"
rel="nofollow noopener noreferrer"
target="_blank"
class="underline"
>on GitHub</a
>.
</small>
</footer>
</section>
<script src="assets/js/ga.js"></script>
</body>
</html>