-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
54 lines (34 loc) · 1.61 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
51
52
53
54
<!--:! warning: DESIGNED & DEVELOPED BY "PRANJAL KUMAR", all design and style rights are reserved. -->
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.location.href = "https://askmoneymatters.github.io/";
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#e05757">
<!-- animation aos div -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- favicon -->
<link rel="shortcut icon" href="./res/icons/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="./res/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./res/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./res/icons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Main CSS -->
<link rel="stylesheet" href="./css/style.css">
<!-- Primary Meta Tags -->
<title>⚠️Deprecated | Money Matters</title>
<meta name="title" content="Please visit https://askmoneymatters.github.io">
</head>
<body>
This site is deprecated.
Please visit our new site <a href="https://askmoneymatters.github.io">https://askmoneymatters.github.io</a>
<!-- JQuery plugin -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- Main Js -->
<script src="./js/index.js"></script>
</body>
</html>