This commit is contained in:
morgan9e
2025-06-15 06:37:24 +00:00
commit dff84a00bf
64 changed files with 560 additions and 0 deletions

0
.nojekyll Normal file
View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

538
assets/index-9e901df6.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
assets/logo-3651fe68.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 500 500" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g><path d="M70.86,313.943c-18.384,-31.018 -28.942,-67.217 -28.942,-105.861c0,-114.844 93.239,-208.082 208.082,-208.082c114.843,0 208.082,93.238 208.082,208.082c-0,112.339 -89.218,204.006 -200.615,207.949l-98.757,73.139c-16.742,12.4 -39.044,14.305 -57.647,4.923c-18.603,-9.381 -30.329,-28.446 -30.312,-49.281l0.109,-130.869Zm175.453,61.863c1.055,-0.816 2.352,-1.259 3.686,-1.259c0,-0 0.001,-0 0.001,-0c91.875,-0 166.465,-74.591 166.465,-166.465c0,-91.875 -74.59,-166.466 -166.465,-166.466c-91.875,0 -166.465,74.591 -166.465,166.466c-0,29.147 7.507,56.554 20.692,80.393c3.778,6.782 5.761,14.418 5.761,22.182c0.077,33.335 0.077,122.221 0.077,122.221l0,8.03c0,7.541 4.29,14.424 11.059,17.746c3.279,1.609 6.863,2.247 10.365,1.952l0.169,-0.015c0.113,-0.01 0.226,-0.021 0.338,-0.034l0.169,-0.019c0.113,-0.014 0.226,-0.028 0.338,-0.043l0.168,-0.024l0.168,-0.025l0.051,-0.008c0.297,-0.046 0.592,-0.1 0.887,-0.16c2.914,-0.592 5.708,-1.845 8.15,-3.733c0,-0 90.97,-70.362 104.386,-80.739Zm3.687,-284.77c64.599,-0 117.046,52.446 117.046,117.046c-0,64.599 -52.447,117.045 -117.046,117.045c-64.599,0 -117.046,-52.446 -117.046,-117.045c0,-64.6 52.447,-117.046 117.046,-117.046Zm-52.541,91.035c14.356,0 26.011,11.655 26.011,26.011c-0,14.355 -11.655,26.01 -26.011,26.01c-14.355,-0 -26.01,-11.655 -26.01,-26.01c0,-14.356 11.655,-26.011 26.01,-26.011Zm99.359,0c14.356,0 26.011,11.655 26.011,26.011c-0,14.355 -11.655,26.01 -26.011,26.01c-14.355,-0 -26.01,-11.655 -26.01,-26.01c0,-14.356 11.655,-26.011 26.01,-26.011Z" style="fill:#74aa9c;"/></g></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

20
index.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/chatgpt-web/assets/logo-3651fe68.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="ChatGPT-web - a simple one-page web interface to the OpenAI ChatGPT API" />
<meta name="mobile-web-app-capable" content="yes" />
<title>ChatGPT-web</title>
<script type="module" crossorigin src="/chatgpt-web/assets/index-9e901df6.js"></script>
<link rel="stylesheet" href="/chatgpt-web/assets/index-e83a9b5b.css">
</head>
<body>
<div id="app"></div>
</body>
</html>