Files
DiscordClone/Frontend/Electron/dist-react/index.html
Bryan1029384756 2201c56cb2
All checks were successful
Build and Release / build-and-release (push) Successful in 10m6s
feat: introduce a comprehensive LiveKit-based voice and video chat system with state management and screen sharing capabilities.
2026-02-12 18:49:31 -06:00

21 lines
635 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>discord</title>
<script type="module" crossorigin src="./assets/index-BeX08324.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CFE9j0dq.css">
</head>
<body>
<script>
(function() {
var t = localStorage.getItem('discord-theme') || 'theme-dark';
document.documentElement.className = t;
})();
</script>
<div id="root"></div>
</body>
</html>