-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsocial-preview.html
More file actions
20 lines (20 loc) · 834 Bytes
/
Copy pathsocial-preview.html
File metadata and controls
20 lines (20 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta property="og:title" content="TypoMaster — Master Your Typing">
<meta property="og:description" content="Professional bilingual typing trainer built with React 19 + Tauri 2 + Rust + SQLite. 210+ exercises, 40 lessons, 5 games.">
<meta property="og:image" content="banner.svg">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="640">
<meta name="twitter:card" content="summary_large_image">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0A0E1A; width: 1280px; height: 640px; overflow: hidden; }
img { width: 100%; height: 100%; display: block; }
</style>
</head>
<body>
<img src="banner.svg" alt="TypoMaster — Professional Bilingual Typing Trainer">
</body>
</html>