mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-11 01:27:06 +08:00
28 lines
1009 B
HTML
Vendored
28 lines
1009 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-Bv0b06LE.js"></script>
|
|
<link rel="stylesheet" crossorigin href="./assets/index-CBxvvAzM.css">
|
|
|
|
<!-- iOS Web App Support -->
|
|
|
|
<!-- Fullscreen mode on iOS -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<!-- Status bar style (eg. black or transparent) -->
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<!-- Responsive viewport setting -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewpor>
|
|
|
|
<link rel="manifest" href="manifest.json">
|
|
|
|
</head>
|
|
<body class="litegraph grid">
|
|
<div id="vue-app"></div>
|
|
</body>
|
|
</html>
|