-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
75 lines (74 loc) · 2.64 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Siddhesh Chavan's Personal Website" />
<meta name="keywords" content="information" />
<meta name="author" content="Siddhesh Chavan" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 Not Found!</title>
<link rel="stylesheet" type="text/css" href="styles/style.css" />
<link rel="stylesheet" type="text/css" href="styles/extra.css" />
<script
src="https://kit.fontawesome.com/95a3a74b9b.js"
crossorigin="anonymous"
></script>
<link rel="icon" href="logo.svg" />
</head>
<body>
<div class="header">
<img src="logo.svg" alt="Logo" />
<div
class="text-blue align-left font-large"
style="
margin-top: 10px;
float: left;
margin-right: 450px;
margin-bottom: 10px;
"
>
Siddhesh Chavan
</div>
<div class="align-right" style="margin-top: 10px">
<a href="index.html"><i class="fa-solid fa-house"></i> Home</a>
<a href="#about_me"><i class="fa-solid fa-circle-info"></i> About Me</a>
<a href="#my_projects">
<i class="fa-solid fa-laptop-code"></i> My Projects
</a>
<a href="#contact"> <i class="fa-solid fa-phone"></i> Contact </a>
<a href="#credits"> <i class="fa-solid fa-users"></i> Credits </a>
</div>
</div>
<br /><br /><br /><br /><br />
<div class="bar">
<span class="text-red font-large"
><i class="fa-solid fa-triangle-exclamation"></i> 404 Not Found!</span
><br /><br />
The requested URL was not found in the server! Please try again later...
</div>
<br />
<div class="footer align-left" id="credits">
<span class="text-red font-large"
><i class="fa-solid fa-users"></i> Credits</span
><br /><br />
This website is made by Siddhesh Chavan.<br /><br />
Website background image taken from
<a
href="https://www.istockphoto.com/photos/colorful-background"
target="_blank"
class="link"
>IStock</a
><br /><br />
Github repo cards gradient color taken from
<a href="https://uigradients.com/#Lawrencium" target="_blank" class="link"
>UIGradients</a
><br /><br />
Some code/knowledge from
<a href="http://w3schools.com/" target="_blank" class="link">W3Schools</a>
and
<a href="https://stackoverflow.com/" target="_blank" class="link"
>Stack Overflow</a
>
</div>
</body>
</html>