Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -406,3 +406,9 @@ Desktop.ini
*.key
*.crt
*.local


# ===============================
# Trials
# ===============================
trials/
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OrgExplorer</title>
<link rel="icon" type="image/svg+xml" href="/aossie-icon.svg" />
<title>AOSSIE | WebOrg</title>
Comment on lines +6 to +7
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The document title was changed to “AOSSIE | WebOrg”, but the PR/issue context and app naming elsewhere refer to “OrgExplorer”. If this isn’t an intentional rename, align the <title> with the project name (and any expected branding) to avoid confusing users and affecting browser history/search results.

Copilot uses AI. Check for mistakes.
</head>
<body>
<div id="root"></div>
Expand Down
Loading
Loading