-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathindex.html
37 lines (37 loc) · 1.29 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no"
/>
<title>AppIcon Forge - Create & Customize Stunning App Icons Online</title>
<meta
name="description"
content="AppIcon Forge is a powerful online tool for creating and customizing app icons with adjustable borders, colors, shadows, and more. Design beautiful app icons effortlessly."
/>
<meta
name="keywords"
content="app icon generator, icon design tool, custom icon maker, app icon creator, macOS icon design, icon customization tool"
/>
<meta name="author" content="zhangyu1818" />
<meta
property="og:title"
content="AppIcon Forge - Create & Customize Stunning App Icons Online"
/>
<meta
property="og:description"
content="AppIcon Forge is a powerful online tool for creating and customizing app icons with adjustable borders, colors, shadows, and more."
/>
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://zhangyu1818.github.io/appicon-forge"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>