-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
74 lines (68 loc) · 2.17 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
<!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" />
<title>LinkTree</title>
<meta
name="description"
content="A link tree alternative created by Prathima Kadari that is free to use and modify."
/>
<meta http-equiv="content-language" content="”en-us”" />
<meta
property="og:description"
content="A open source linktr.ee alternative created by Prathima Kadari specifically to create a single bunch that holds all the links which helps you to stay connected."
/>
<meta property="og:url" content="https://linktree.xyz" />
<!-- Importing Styles -->
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<!-- Importing SVG Icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- favicon -->
<link rel="icon" href="favicon/favicon.ico" type="image/x-icon" />
<link
rel="apple-touch-icon"
sizes="180x180"
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="favicon/site.webmanifest" />
<!-- Google font -->
<link
href="https://fonts.googleapis.com/css?family=Montserrat:700,900"
rel="stylesheet"
/>
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="404.css" />
</head>
<body>
<div id="notfound">
<div class="notfound">
<div class="notfound-404">
<h1>404</h1>
<h2>Page not found</h2>
</div>
<a href="https://prathima-kadari.xyz">Homepage</a>
</div>
</div>
</body>
</html>