mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-24 13:00:14 +08:00
13 lines
257 B
HTML
13 lines
257 B
HTML
<html>
|
|
<head>
|
|
<title>ChatGPTBox</title>
|
|
<link rel="stylesheet" href="popup.css" />
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="shared.js"></script>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|