mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
64 lines
2.1 KiB
HTML
64 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="title" content="namae" />
|
|
<meta
|
|
name="description"
|
|
content="Check availability of your new app name for major registries at once."
|
|
/>
|
|
<meta name="keywords" content="name" />
|
|
<meta name="robots" content="index, follow" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
<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"
|
|
/>
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
|
|
<meta property="og:title" content="namae — name new project" />
|
|
<meta
|
|
property="og:description"
|
|
content="Check availability of your new app name for major registries at once."
|
|
/>
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:image" content="https://namae.dev/social.png" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:creator" content="@uetschy" />
|
|
<meta name="twitter:image" content="https://namae.dev/social.png" />
|
|
<link
|
|
href="https://fonts.googleapis.com/css?family=Montserrat:600&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<title>namae</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|