mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-02 03:40:17 +00:00
13 lines
300 B
HTML
13 lines
300 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Chat Widget Test</title>
|
|
<link href="dist/output.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<script src="dist/chat-widget.js"></script>
|
|
</body>
|
|
</html>
|