-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
32 lines (24 loc) · 989 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>nxrmqlly</title>
<link rel="icon" type="image/png" href="assets/favicon.png">
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="./styles/about.css">
<script defer src="./js/index.js"></script>
<script defer src="./js/about.js"></script>
<!-- Open Graph Meta Tags-->
<meta property="og:title" content="nxrmqlly">
<meta property="og:description" content="Ritam's personal website showcasing projects and social profiles.">
<meta property="og:url" content="https://nxrmqlly.is-a.dev/">
<meta property="og:image" content="https://i.imgur.com/U28NL6X.png">
<meta name="og:site_name" content="nxrmqlly">
<meta property="og:type" content="website">
<meta name="theme-color" content="#772df7">
</head>
<script>
window.location.href = "./home";
</script>
</html>