forked from oyepriyansh/DevProfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
35 lines (34 loc) · 2.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevProfiles - 404 Not-Found</title>
<meta name="description" content="DevProfiles is a platform for developers to easily share their profiles, spotlight your skills, and connect with fellow developers in the community.">
<meta name="author" content="Priyansh Prajapat">
<meta property="og:title" content="DevProfiles - 404 Not-Found">
<meta property="og:description" content="DevProfiles is a platform for developers to easily share their profiles, spotlight your skills, and connect with fellow developers in the community.">
<meta property="og:image" content="https://profile.is-a.dev/assets/devprofiles.jpg">
<meta property="og:url" content="https://profile.is-a.dev">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="DevProfiles - 404 Not-Found">
<meta name="twitter:description" content="DevProfiles is a platform for developers to easily share their profiles, spotlight your skills, and connect with fellow developers in the community.">
<meta name="twitter:image" content="https://profile.is-a.dev/assets/devprofiles.jpg">
<meta name="github" content="https://github.com/oyepriyansh/DevProfiles">
<link rel="canonical" href="https://profile.is-a.dev">
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/404.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GTFGBS8HG8"></script>
<script type="text/javascript" src="https://oyepriyansh.pages.dev/cdnjs/analytics/devprofiles.js"></script>
</head>
</body>
<div class="flex-center full-height">
<div>
<div id="error_text"><span class="source">404: <span data-l10n>Not Found</span></span> <span
class="target"></span></div>
<center><button onclick='location.href="/"'>Back to Home</button></center>
</div>
</div>
<script src="/js/404.js"></script>
</body>
</html>