This commit is contained in:
Your Name
2025-04-18 09:52:27 -04:00
parent f569bb2240
commit 066bb11814
54 changed files with 1714 additions and 469 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en" style="height: 100%; margin: 0; padding: 0;">
<head>
<meta charset="UTF-8">
<title>New Tab</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="widget-styles.css">
</head>
<body style="height: 100%; margin: 0; padding: 0;">
<div id="root"></div>
<script src="index.js"></script>
</body>
</html>