-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (48 loc) · 1.56 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
<!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:#EBECEE;
font-family: cursive;
color: #2B393A;
text-align: center;">
<div style=" width: 65%;
margin-top: 7%;
display: inline-block;">
<img src="serlokas.png"
alt="Serlokas su pypke"
width: 50%;
float:left">
<div style=";margin-top: 8%;
width: 50%;
display:inline-block;
margin-left: 3%;">
<h1 style="display: inline-block;
width: 100%;
font-size: 50px;
font-weight: 800;
margin-top: 2%;
margin-bottom: 2%; ">404</h1>
<p style="display: inline-block;
width: 100%;
font-size: 20px;
margin-top: 0%; ">Cette page est manquante. Ne vous inquietez pas, notre meilleur homme dans le case! 👀👀👀 </p>
<p style="display: inline-block;
width: 100%;
font-size: 14px; ">Erreur Erreur Erreur 🤷♂️🤷♀️🤷♂️ </p>
<a href="#" style="background-color: #696F89;
color:#fff;
display: inline-block;
font-size: 18px;
padding: 9px;
text-transform: uppercase;
text-decoration: none;
">Back home</a>
</div>
</div>
</body>
</html>