-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (70 loc) · 2.21 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"content="404 page for our website">
<title>UFO</title>
<link rel="apple-touch-icon" sizes="120x120" href="./favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<style>
main{
width: 60%;
margin-left: 20%;
margin-right: 20%;
margin-top: 10%;
display: inline-block;
}
div{
width: 40%;
float: left;
margin-top: 100px;
}
h1{
font-family: fantasy;
font-weight: 100;
color:rgb(40, 155,240);
font-size: 70px;
margin: 0
}
p{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
text-transform:uppercase;
font-weight: 600;
font-size: 36px;
color: rgb(95, 95, 95);
margin-top: 0;
}
a{
border: 4px solid rgb(40, 155,240);
border-radius: 50px;
padding: 12px;
padding-left: 30px;
padding-right: 30px;
font-size: 30px;
color:rgb(40, 155,240);
text-decoration: none;
display:inline-block;
}
img{
width: 60%;
float: right;
}
</style>
</head>
<body style="background-color: white;">
<main>
<div>
<h1>404</h1>
<p>Page not found</p>
<a href="#">Go home</a>
</div>
<img src="./img/ufoBeFono.png" alt="Ateiviu lekste kuri vagia musu daiktus">
</main>
</body>
</html>