-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
40 lines (33 loc) · 1.38 KB
/
error.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
<!doctype html>
<html lang="pl-PL">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RHVKTCHHSE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RHVKTCHHSE');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">
<title>Kevin 'L3chit' Gruszecki | Portfolio</title>
<meta name="description" content="Portfolio, o mnie oraz moje doświadczenie zawodowe. Kevin 'L3chit' Gruszecki">
<meta name="author" content="Kevin 'L3chit' Gruszecki">
<meta property="og:title" content="Kevin 'L3chit' Gruszecki | Portfolio">
<meta property="og:type" content="website">
<meta property="og:url" content="https://l3chit.dev/">
<meta property="og:description"
content="Portfolio, o mnie oraz moje doświadczenie zawodowe. Kevin 'L3chit' Gruszecki">
<link rel="icon" href="./img/favicon.png">
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
<header>
<h1>//Wystąpił <span style="font-weight: bold; color: red;">błąd</span>, upsss...</h1>
<h3><a href="https://l3chit.dev" class="title">Wróć do strony głównej</a></h3>
</header>
<!--- Inspiration by https://www.figma.com/community/file/1019201531943162875 -->
</body>
</html>