-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 971 Bytes
/
index.html
File metadata and controls
29 lines (28 loc) · 971 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Goth Labz</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="Goth Labz provides the most robust IT solutions">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
<style>
:root, body {
background-color: #000000;
color: #FFFFFF;
font-family: "Rubik", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
text-align: center;
}
</style>
</head>
<body>
<h1>Goth Labz</h1>
<p>Coming soon</p>
<img src="images/logo.jpeg" alt="Goth Labz Logotype" width="250" height="250">
</body>
</html>