Files
DiscordClone/Frontend/Electron/dist-react/index.html
Bryan1029384756 b0f889cb68
All checks were successful
Build and Release / build-and-release (push) Successful in 9m12s
feat: Implement core chat page with channel navigation, direct messages, and voice chat integration.
2026-02-11 17:44:50 -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-BhwDWh5r.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-D8p__dJ4.css">
</head>
<body>
<script>
(function() {
var t = localStorage.getItem('discord-theme') || 'theme-dark';
document.documentElement.className = t;
})();
</script>
<div id="root"></div>
</body>
</html>