-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (23 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Serlokas</title>
</head>
<body style="background-color: #EAEBED; font-family: Arial, Helvetica, sans-serif;">
<main style="display: inline-block; width: 60%; margin-top: 100px; margin-left: 20%;">
<img src="./serlokas.jpg" alt="serlokas ir pypke" style="width: 35%; float: left; margin-right: 10%;">
<div style="width: 50%; margin-top: 15%; float: left; text-align: center;">
<h1 style="display: inline-block; width: 100%; margin: 0; font-size: 90px; color: #353D48;">404</h1>
<p style="display: inline-block; width: 100%; margin: 0; font-size: 23px; color: #6F708F;">Looks like this page is missing.</p>
<p style="display: inline-block; width: 100%; margin: 0; font-size: 23px; color: #6F708F;">Don't worry though, our best </p>
<p style="display: inline-block; width: 100%; margin: 0; font-size: 23px; color: #6F708F;">man is on the case.</p>
<div style="width: 50%; margin-bottom: 15%; float: left; text-align: center;"></div>
<p style="display: inline-block; width: 100%; font-size: 15px; color: #B9BACC;">Meanwhile, why don't try again by going</p>
<a style="display: inline-block; padding: 20px; padding-top: 15px; padding-bottom: 15px; background-color: #696F89; color: white; text-decoration: none; text-transform: uppercase;" href="https://www.delfi.lt/" target="_blank">Back home</a>
</div>
</main>
</body>
</html>