2019-07-27 19:18:54 +09:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2019-07-31 12:22:31 +09:00
|
|
|
<meta name="title" content="namae" />
|
2019-08-01 14:00:22 +09:00
|
|
|
<meta
|
|
|
|
name="description"
|
2019-08-14 12:28:58 +09:00
|
|
|
content="Check availability of your new app name for major registries at once."
|
2019-08-01 14:00:22 +09:00
|
|
|
/>
|
2019-07-31 10:36:54 +09:00
|
|
|
<meta name="keywords" content="name" />
|
|
|
|
<meta name="robots" content="index, follow" />
|
2019-08-01 15:18:19 +09:00
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
2019-08-03 14:14:06 +09:00
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
2019-08-01 15:18:19 +09:00
|
|
|
<meta name="apple-mobile-web-app-title" content="namae" />
|
|
|
|
<meta name="msapplication-TileColor" content="#5180fc" />
|
2021-07-30 15:53:42 +09:00
|
|
|
<meta name="theme-color" content="#632bec" />
|
2019-08-01 15:18:19 +09:00
|
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="180x180"
|
|
|
|
href="%PUBLIC_URL%/apple-touch-icon.png"
|
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="32x32"
|
|
|
|
href="%PUBLIC_URL%/favicon-32x32.png"
|
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="16x16"
|
|
|
|
href="%PUBLIC_URL%/favicon-16x16.png"
|
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="mask-icon"
|
|
|
|
href="%PUBLIC_URL%/safari-pinned-tab.svg"
|
|
|
|
color="#5180fc"
|
|
|
|
/>
|
2019-08-02 04:23:21 +09:00
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
2019-08-14 11:47:26 +09:00
|
|
|
|
2019-08-14 13:34:14 +09:00
|
|
|
<meta property="og:title" content="namae — name new project" />
|
2019-08-14 12:28:58 +09:00
|
|
|
<meta
|
|
|
|
property="og:description"
|
|
|
|
content="Check availability of your new app name for major registries at once."
|
|
|
|
/>
|
2019-08-14 11:47:26 +09:00
|
|
|
<meta property="og:type" content="website" />
|
2019-08-14 12:12:33 +09:00
|
|
|
<meta property="og:image" content="https://namae.dev/social.png" />
|
2019-08-14 12:28:58 +09:00
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
2020-07-03 12:46:34 +09:00
|
|
|
<meta name="twitter:creator" content="@uechz" />
|
2019-08-14 13:02:04 +09:00
|
|
|
<meta name="twitter:image" content="https://namae.dev/social.png" />
|
2020-02-06 03:39:06 +09:00
|
|
|
<link
|
|
|
|
href="https://fonts.googleapis.com/css?family=Montserrat:600&display=swap"
|
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
2019-08-27 03:54:18 +09:00
|
|
|
<title>namae</title>
|
2019-07-27 19:18:54 +09:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|