-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (14 loc) · 1.2 KB
/
Copy pathindex.html
File metadata and controls
15 lines (14 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AutoBOM — AI Bill of Materials Generator</title>
<!-- Pixel art blueprint scroll favicon matching the Craft & Construct theme -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' shape-rendering='crispEdges'><rect x='2' y='1' width='12' height='14' fill='%233E2723'/><rect x='3' y='2' width='10' height='12' fill='%23F5F5DC'/><rect x='1' y='2' width='1' height='2' fill='%235D4037'/><rect x='14' y='2' width='1' height='2' fill='%235D4037'/><rect x='1' y='12' width='1' height='2' fill='%235D4037'/><rect x='14' y='12' width='1' height='2' fill='%235D4037'/><rect x='5' y='4' width='6' height='1' fill='%230277BD'/><rect x='5' y='6' width='4' height='1' fill='%230277BD'/><rect x='5' y='8' width='5' height='1' fill='%230277BD'/><rect x='9' y='10' width='3' height='3' fill='%23F9A825'/><rect x='10' y='11' width='1' height='1' fill='%23D84315'/></svg>" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>