-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 979 Bytes
/
index.html
File metadata and controls
25 lines (23 loc) · 979 Bytes
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
<!doctype html>
<!--
Pixel2CPP - Create pixel art and export Arduino-ready C++ code instantly
MIT License
Copyright (c) 2025 CodeRandom
This software is provided free of charge for educational and personal use.
Commercial use and redistribution must comply with the MIT License terms.
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Pixel2CPP - Create pixel art and export Arduino-ready C++ code instantly. Made by CodeRandom." />
<meta name="keywords" content="pixel art, arduino, c++, embedded, graphics, code generator" />
<meta name="author" content="CodeRandom" />
<title>Pixel2CPP - Pixel Art to C++ Code Generator | Made by CodeRandom</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>