mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Master touch typing with real code snippets from your favorite programming languages, powered by AI."
|
|
>
|
|
<meta
|
|
name="keywords"
|
|
content="touch typing, programming, code snippets, AI, artificial intelligence, wpm test, typing test, typing practice"
|
|
>
|
|
<meta property="og:title" content="Touch Programming">
|
|
<meta
|
|
property="og:description"
|
|
content="Master touch typing with real code snippets from your favorite programming languages, powered by AI."
|
|
>
|
|
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">
|
|
<link rel="icon" sizes="512x512" href="android-chrome-512x512.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<title>Touch Programming</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|