1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 12:30:32 +09:00
namae/web/public/index.html

61 lines
1.9 KiB
HTML
Raw Normal View History

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" />
<meta name="theme-color" content="#ffffff" />
<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
<meta property="og:title" content="namae" />
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" />
2019-08-14 11:47:26 +09:00
<meta name="twitter:creator" content="@uetschy" />
2019-08-14 13:02:04 +09:00
<meta name="twitter:image" content="https://namae.dev/social.png" />
2019-08-14 11:47:26 +09:00
2019-08-01 14:00:22 +09:00
<title>namae — name new project</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>