- Starting point of converting old site mand in HTML and PHP to React.js
This commit is contained in:
2025-07-02 10:23:00 -03:00
parent 4c8088ecc6
commit d706d846d5
17 changed files with 3699 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/Logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Analitryck</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>