forked from ALBINPRAVEEN/portfolio9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
55 lines (45 loc) · 2.1 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<title>404 </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="ALBIN PRAVEEN - Student | Developer Code is Life">
<meta name="author" content="ALBIN PRAVEEN">
<meta name="copyright" content="This Created by ALBIN PRAVEEN">
<meta name="robots" content="all" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png">
<meta name="google-site-verification" content="OR7RUANgfQLFE0kh8qVHGga3bYoEUlRhVuj55X1qRPs" />
<link rel="stylesheet" type="text/css" href="css/style-404.css">
</head>
<body class="bg-purple">
<div class="stars">
<div class="custom-navbar">
<div class="brand-logo">
<a href="https://albinpraveen.ml/"><img src="https://albinpraveen.github.io/portfolio2/img/logo.png" width="155px"></a>
</div>
</div>
<div class="central-body">
<img class="image-404" src="img-404/404.svg" width="300px">
<a href="https://albinpraveen.ml/" class="btn-go-home">GO BACK HOME</a>
</div>
<div class="objects">
<img class="object_rocket" src="img-404/rocket.svg" width="40px">
<div class="earth-moon">
<img class="object_earth" src="img-404/earth.svg" width="100px">
<img class="object_moon" src="img-404/moon.svg" width="80px">
</div>
<div class="box_astronaut">
<img class="object_astronaut" src="img-404/astronaut.svg" width="140px">
</div>
</div>
<div class="glowing_stars">
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
<div class="star"></div>
</div>
</div>
</body>
</html>