~gbrlsnchs/kana-guru

496f2a9152af2dc433aad5a3f68bb9e5965208b2 — Gabriel Sanches 1 year, 7 months ago 3100ff2
Add site description for search engines
1 files changed, 10 insertions(+), 0 deletions(-)

M site/index.html
M site/index.html => site/index.html +10 -0
@@ 2,6 2,16 @@
<html>
	<head>
		<title>kana.guru - Convert romaji to hiragana/katakana</title>
		<meta
			name="description"
			content="
				kana.guru is a free, open-source, web-based romaji converter
				that transliterates romaji text to either hiragana or
				katakana, including extra features to handle more complex text
				transformations. Battle-tested against all Pokémon names from
				Generation I!
			"
		/>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<link rel="icon" href="favicon.svg" />