-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 2.02 KB
/
Copy pathindex.html
File metadata and controls
39 lines (35 loc) · 2.02 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Create and share pixel art online for free | Makepixel</title>
<meta name="description"
content="Create, share and download free pixel art in our integrated pixel art editor. Explore the profiles of other pixel art artists and share your work with the community">
<meta name="keywords"
content="Pixel art,Pixel art creator,Pixel drawing,Pixelated art,Pixel art editor,Pixel art community, Pixel art gallery, Pixel art design, Pixel art software, Pixel art online, Pixel art app, Pixel art tool, Pixel art workshop, Pixel art tutorial, Pixel art techniques, Pixel art inspiration, Pixel art showcase, Pixel art portfolio, Pixel art patterns, Retro pixel art, 8-bit art, Pixel artist, Pixel art forum, Pixel art resources, Pixel art templates">
<meta property="og:title" content="Create and share pixel art online for free in Makepixel">
<meta property="og:description"
content="Create, share and download free pixel art in our integrated pixel art editor. Explore the profiles of other pixel art artists and share your work with the community">
<meta name="robots" content="index, follow">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9343490926070511"
crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-11170449431"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'AW-11170449431');
</script>
<!-- Event snippet for Vista de página conversion page -->
<script>
gtag('event', 'conversion', { 'send_to': 'AW-11170449431/q3EWCMfz_NwYEJeQvs4p' });
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>