mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-30 16:31:59 +08:00
20 lines
519 B
HTML
20 lines
519 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
|
<title>RAGFLOW</title>
|
|
<link rel="stylesheet" href="styles/popup.css" />
|
|
</head>
|
|
|
|
<body id="ragflow">
|
|
<div class="window">
|
|
<textarea id="getHtml"></textarea>
|
|
<iframe src="" style="width: 100%; height: 100%; min-height: 600px" frameborder="0"></iframe>
|
|
</div>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
|
|
</html> |