-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (50 loc) · 2.91 KB
/
Copy pathindex.html
File metadata and controls
57 lines (50 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html lang="en">
<!--
██████╗ ██╗██╗ █████╗ ██╗
██╔══██╗██║██║ ██╔══██╗██║
██████╔╝██║██║ ███████║██║
██╔══██╗██║██║ ██╔══██║██║
██████╔╝██║███████╗██║ ██║███████╗
╚═════╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝
███╗ ███╗ █████╗ ██╗ ██╗██╗ ██╗
████╗ ████║██╔══██╗██║ ██║██║ ██╔╝
██╔████╔██║███████║██║ ██║█████╔╝
██║╚██╔╝██║██╔══██║██║ ██║██╔═██╗
██║ ╚═╝ ██║██║ ██║███████╗██║██║ ██╗
╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝╚═╝ ╚═╝
What are you doing here?! you sneaky developer...
-->
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/favicon.svg" />
<link rel="apple-touch-icon" href="./src/assets/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<!-- Primary Meta -->
<title>Markhand - Signature Practice & Creation Tool</title>
<meta name="title" content="Markhand - Signature Practice & Creation Tool" />
<meta name="description"
content="A beautiful, minimal signature practice and creation tool. Draw your mark with customizable pens and guides, then export as PNG or SVG. Free, open source, no sign-up required." />
<meta name="keywords"
content="signature, drawing, practice, calligraphy, digital signature, handwriting, sketch, markhand, open source" />
<meta name="author" content="bilalmlkdev" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#f5f4f0" />
<!-- Canonical -->
<link rel="canonical" href="https://markhand.vercel.app" />
<!-- dm sans -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Gveret+Levin&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet">
<!-- Preload -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>