-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
44 lines (43 loc) · 2.61 KB
/
404.html
File metadata and controls
44 lines (43 loc) · 2.61 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L777M5SP41"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L777M5SP41');
</script>
<meta charset="UTF-8" data-react-helmet="true">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="minimum-scale=1.0, width=device-width">
<meta property="og:type" content="website">
<meta property="og:url" content="https://nickyux.com/">
<!-- <meta property="og:site_name" content="Nickyux"> -->
<meta property="og:keywords" content="Nicky,Nickyux,Nicholas,Resume,About Me,About">
<!-- <meta property="twitter:card" content="summary_large_image"> -->
<meta property="twitter:site:id" content="@nickyux3003">
<meta property="twitter:creator" content="@nickyux3003">
<meta property="twitter:creator:id" content="@nickyux3003">
<meta property="og:locale" content="en-US">
<meta property="og:title" content="Nickyux">
<meta property="og:description" content="Nickyux's personal website, where you can find more information about his previous and current projects and find out how to contact him." data-react-helmet="true">
<meta property="description" content="Nickyux's personal website, where you can find more information about his previous and current projects and find out how to contact him." data-react-helmet="true">
<meta property="og:image" content="/static/img/logo.png" data-react-helmet="true">
<meta property="image" content="/static/img/logo.png" data-react-helmet="true">
<meta property="og:image:alt" content="A white letter N inside a dark purple circle with a lighter purple border" data-react-helmet="true">
<meta property="theme-color" content="#2e0044" data-react-helmet="true">
<link rel="shortcut icon" type="image/x-icon" href="static/img/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="static/css/style.css">
<title>Nickyux</title>
</head>
<body style="width:100%; height: 100%; display: flex; justify-content: center; align-items: center;">
<div id="content" class="content">
<noscript>
<h1>Please click on <a href="/">this link</a> to be redirected</h1>
</noscript>
</div>
<script>window.location.href = "/"</script>
</body>