mirror of
https://github.com/langgenius/dify.git
synced 2026-07-20 09:38:32 +08:00
11 lines
298 B
HTML
11 lines
298 B
HTML
<!doctype html>
|
|
<html lang="en" data-theme="light">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="./.storybook/storybook.css" />
|
|
<title>Dify UI Tests</title>
|
|
</head>
|
|
<body></body>
|
|
</html>
|