ComfyUI/web/index.html
Chenlei Hu caa6476a69
Update web content to release v1.6.17 (#6337)
* Update web content to release v1.6.17

* Remove js maps
2025-01-03 16:22:08 -05:00

16 lines
577 B
HTML
Vendored

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ComfyUI</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="user.css" />
<link rel="stylesheet" type="text/css" href="materialdesignicons.min.css" />
<script type="module" crossorigin src="./assets/index-C4Fk50Nx.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DmMtlpqz.css">
</head>
<body class="litegraph grid">
<div id="vue-app"></div>
</body>
</html>