add zeus-Vercel and update html (#46)

This commit is contained in:
Dmitry Afanasyev
2023-10-27 18:37:25 +03:00
committed by GitHub
parent 2e7d4880e0
commit 11cfccbb01
10 changed files with 594 additions and 441 deletions

View File

@@ -627,13 +627,12 @@ ul {
}
}
@media screen and (max-height: 640px) {
@media screen and (max-height: 640px) and (min-width: 990px) {
body {
height: 87vh
}
}
.shown {
display: flex;
}

View File

@@ -57,7 +57,7 @@
</style>
<script src="{{chat_path}}/assets/js/highlight.min.js"></script>
<script src="{{chat_path}}/assets/js/highlightjs-copy.min.js"></script>
<script>window.conversation_id = {{chat_id}} </script>
<script>window.conversation_id = "{{chat_id}}" </script>
<title>ChatGPT</title>
</head>
<body>

File diff suppressed because it is too large Load Diff