|
1 | | -<meta http-equiv="refresh" content="0; url=https://kingpr0o7.github.io/src/loading-page/index.html"> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta name="author" content="Nathan Parker" /> |
| 5 | + <title>Nathan Parker</title> |
| 6 | + <!-- Social Media / Embedding (Thanks to https://www.opengraph.xyz)--> |
| 7 | + <meta name="description" content="A dedicated website to take an exhaustive look at Nathan Parker, a high school software developer. Showcasing himself, his projects, and his learned and currently learning software languages." /> |
| 8 | + |
| 9 | + <!-- Facebook Meta Tags --> |
| 10 | + <meta property="og:url" content="https://ncp.dev"> |
| 11 | + <meta property="og:type" content="website"> |
| 12 | + <meta property="og:title" content="Nathan Parker"> |
| 13 | + <meta property="og:description" content="A dedicated website to take an exhaustive look at Nathan Parker, a high school software developer. Showcasing himself, his projects, and his learned and currently learning software languages."> |
| 14 | + <meta property="og:image" content="https://ncp.dev/poster.png"> |
| 15 | + |
| 16 | + <!-- Twitter Meta Tags --> |
| 17 | + <meta name="twitter:card" content="summary_large_image"> |
| 18 | + <meta property="twitter:domain" content="ncp.dev"> |
| 19 | + <meta property="twitter:url" content="https://ncp.dev"> |
| 20 | + <meta name="twitter:title" content="Nathan Parker"> |
| 21 | + <meta name="twitter:description" content="A dedicated website to take an exhaustive look at Nathan Parker, a high school software developer. Showcasing himself, his projects, and his learned and currently learning software languages."> |
| 22 | + <meta name="twitter:image" content="https://ncp.dev/poster.png"> |
| 23 | + |
| 24 | + <!-- Favicons (Thanks to http://faviconit.com/) --> |
| 25 | + <link rel="shortcut icon" href="/images/icons/favicon/favicon.ico"> |
| 26 | + <link rel="icon" sizes="16x16 32x32 64x64" href="/images/icons/favicon/favicon.ico"> |
| 27 | + <link rel="icon" type="image/png" sizes="196x196" href="/images/icons/favicon/favicon-192.png"> |
| 28 | + <link rel="icon" type="image/png" sizes="160x160" href="/images/icons/favicon/favicon-160.png"> |
| 29 | + <link rel="icon" type="image/png" sizes="96x96" href="/images/icons/favicon/favicon-96.png"> |
| 30 | + <link rel="icon" type="image/png" sizes="64x64" href="/images/icons/favicon/favicon-64.png"> |
| 31 | + <link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon/favicon-32.png"> |
| 32 | + <link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon/favicon-16.png"> |
| 33 | + |
| 34 | + <link rel="apple-touch-icon" href="/images/icons/favicon/favicon-57.png"> |
| 35 | + <link rel="apple-touch-icon" sizes="114x114" href="/images/icons/favicon/favicon-114.png"> |
| 36 | + <link rel="apple-touch-icon" sizes="72x72" href="/images/icons/favicon/favicon-72.png"> |
| 37 | + <link rel="apple-touch-icon" sizes="144x144" href="/images/icons/favicon/favicon-144.png"> |
| 38 | + <link rel="apple-touch-icon" sizes="60x60" href="/images/icons/favicon/favicon-60.png"> |
| 39 | + <link rel="apple-touch-icon" sizes="120x120" href="/images/icons/favicon/favicon-120.png"> |
| 40 | + <link rel="apple-touch-icon" sizes="76x76" href="/images/icons/favicon/favicon-76.png"> |
| 41 | + <link rel="apple-touch-icon" sizes="152x152" href="/images/icons/favicon/favicon-152.png"> |
| 42 | + <link rel="apple-touch-icon" sizes="180x180" href="/images/icons/favicon/favicon-180.png"> |
| 43 | + |
| 44 | + <meta http-equiv="refresh" content="0; url=https://kingpr0o7.github.io/src/loading-page/index.html"> |
| 45 | +</head> |
| 46 | +<body> |
| 47 | + |
| 48 | +</body> |
| 49 | +</html> |
0 commit comments