Changeset f6ce33a
- Timestamp:
- 01/18/26 15:41:18 (6 months ago)
- Branches:
- main
- Children:
- 838441d
- Parents:
- 15ec67f
- Files:
-
- 1 added
- 3 deleted
- 1 edited
-
.gitignore (added)
-
.idea/vcs.xml (deleted)
-
.idea/workspace.xml (deleted)
-
frontend/README.md (deleted)
-
frontend/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/index.html
r15ec67f rf6ce33a 1 1 <!doctype html> 2 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <link rel="icon" type="image/svg+xml" href="/vite.svg" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>frontend</title> 8 </head> 9 <body> 10 <div id="root"></div> 11 <script type="module" src="/src/main.tsx"></script> 12 </body> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <title>Finkwave</title> 7 </head> 8 <body> 9 <div id="root"></div> 10 <script type="module" src="/src/main.tsx"></script> 11 </body> 13 12 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
