-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06e6fab
commit 2929993
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<title>Chat²GPT Test</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script> | ||
<style> | ||
#responseContainer { | ||
overflow-y: auto; | ||
|