File size: 874 Bytes
4e53ff3 dff33a0 de69ec9 dff33a0 4e53ff3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
<!-- public/index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OPENAI Reverse Proxy</title>
<!-- Link tới tệp CSS của Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1 class="text-center">Welcome to OPENAI Reverse Proxy</h1>
<p class="lead">This is your OpenAI Reverse Proxy URL: <a href="https://ngoctuanai-openaiproxy.hf.space/api/v1"</a>
</p>
</div>
<!-- Link tới tệp JavaScript của Bootstrap -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<!-- Link to the JavaScript file that contains the Node.js code -->
<script src="server.js"></script>
</body>
</html>
|