Files
ActiveDirectoryManager/client/index.html
T
alphaeusmote e018e40db7 Implement automatic theme syncing based on system preferences
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/a42bd2e2-cfdc-48ae-9e9e-dea25be47f88.jpg
2025-04-09 02:42:21 +00:00

17 lines
768 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<meta name="theme-color" content="#ffffff" />
<meta name="description" content="Active Directory Management - A powerful tool for managing your AD infrastructure" />
<title>Active Directory Management</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- This script injects a replit badge into the page, please feel free to remove this line -->
<script type="text/javascript" src="https://replit.com/public/js/replit-badge-v3.js"></script>
</body>
</html>