Skip to content

Commit 5553d68

Browse files
committed
Rebase directories
1 parent 971b26c commit 5553d68

38 files changed

+11470
-0
lines changed

index.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="content-type" content="text/html" charset="UTF-8" />
5+
<!--Pcb-board icons created by madness - Flaticon -->
6+
<link rel="icon" type="image/png" href="/src/assets/pcb-board.png" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Puzzling Logic</title>
9+
</head>
10+
<body>
11+
<div id="root"></div>
12+
<script type="module" src="/src/main.tsx"></script>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)