mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 07:04:50 -06:00

This commit updates the asset references in the index.html file to point to new CSS and JS files. Key changes include: - Replaced the old JavaScript file `index-mxi8bQ4k.js` with `index-D-oOjDYe.js`. - Updated the CSS file reference from `index-DNOCacL_.css` to the new `index-CXH2BdD4.css`. - Removed the old CSS and JS files to clean up the codebase. These updates ensure that the application uses the latest styles and scripts, contributing to improved performance and maintainability.
15 lines
498 B
HTML
15 lines
498 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="https://evolution-api.com/files/evo/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Evolution Manager</title>
|
|
<script type="module" crossorigin src="/assets/index-D-oOjDYe.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-CXH2BdD4.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|