<!DOCTYPE html>
<html lang='en'>
<head>
	<meta charset='UTF-8'>
	<meta http-equiv='X-UA-Compatible' content='IE=edge'>
	<meta name='viewport' content='width=device-width, initial-scale=1.0'>
	<title>无涯openAi写作</title>
	<meta name='description' content='免费体验,在线体验,官网地址,免登录,免注册,与Ai对话,请描述您的需求-支持中文、英语、日本语等,和本网站都是基于open ai实现的'/>
	<link rel='icon' href='img/mask-icon.svg'>
	<link href='https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css' rel='stylesheet'>
	<link rel='stylesheet' href='css/ionicons.min.css'>
	<link rel='stylesheet' href='css/global.css'>
	<link rel='stylesheet' href='css/style.css'>
	<link rel='stylesheet' href='css/text-headline.css'>
	<link rel='stylesheet' href='css/animate.css'>
	<link rel='stylesheet' href='css/hamburgers.min.css'>
	<link rel='stylesheet' href='css/font-awesome.min.css'>
	<link rel='stylesheet' href='css/owl.carousel.min.css'>
	<style>
		body {
			background-color: #f2f2f2;
			font-family: Arial, sans-serif;
		}
<pre><code>	.center {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100vh;
	}

	form {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #fff;
		padding: 20px;
		border-radius: 5px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}

	label {
		margin-bottom: 10px;
	}

	input[type='password'] {
		padding: 10px;
		border-radius: 5px;
		border: 1px solid #ccc;
		font-size: 16px;
		box-sizing: border-box;
	}

	button {
		margin-top: 20px;
		padding: 10px 20px;
		border-radius: 5px;
		background-color: #2ecc71;
		color: #fff;
		font-size: 16px;
		border: none;
		cursor: pointer;
		box-sizing: border-box;
	}

	.refresh-button {
		background-color: #4CAF50;
		color: white;
		border: none;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		border-radius: 5px;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}

	.refresh-button:hover {
		background-color: #3e8e41;
	}

	#chatgpt-response {
		font-family: '宋体';
		font-size: 20px;
		color: #0000FF;
		font-weight: bold;
		resize: none;
		width: 100%;
		margin: 0 auto;
		background-color: #f4f4f4;
		color: #333;
		border: 1px solid #ccc;
		border-radius: 10px;
		overflow: scroll;
		height: auto;
	}

	.call-to-action {
		margin-top: 20px;
	}

	.btn-large {
		background-color: #333;
		color: #f4f4f4;
		border-radius: 10px;
	}
&lt;/style&gt;
</code></pre>
</head>
<body>
	<?php
	$current_password = '123456'; // 设置需要的密码
<pre><code>if (isset($_POST['password']) &amp;&amp; $_POST['password'] === $current_password) {
	// 显示页面内容
	?&gt;
	&lt;script src='js/Cg.js'&gt;&lt;/script&gt;
	&lt;div class='basic-portfolio-area ptb-10'&gt;
		&lt;div class='filter-menu text-center'&gt;
		&lt;/div&gt;
		&lt;div class='call-to-action-area gray-bg ptb-60'&gt;
			&lt;div class='container'&gt;
				&lt;div class='form-group'&gt;
					&lt;label&gt;&lt;/label&gt;
					&lt;textarea class='form-control' id='chat-gpt-input' placeholder='输入问题' rows='3' style='width: 100%; margin: 0 auto; background-color: #f4f4f4; color: #333; border: 1px solid #ccc; border-radius: 12px;'&gt;&lt;/textarea&gt;
				&lt;/div&gt;
				&lt;div class='call-to-action'&gt;
					&lt;button onclick='callCHATGPT()' autocomplete='off' class='btn btn-large' href='#'&gt;回答&lt;/button&gt;
				&lt;/div&gt;
				&lt;div class='form-group'&gt;
					&lt;label&gt;&lt;/label&gt;
					&lt;textarea class='form-control' id='chatgpt-response' placeholder='长途访问,请耐心等待回答 Ai生成它很快,但是由于网络问题我们需要等待,通常内容越长等待越久 如果长时间没反应请刷新页面重试' rows='26'&gt;&lt;/textarea&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;footer&gt;
			&lt;div class='basic-footer gray-bg text-center ptb-20'&gt;
				&lt;div class='container'&gt;
					&lt;button onclick='location.reload()' class='refresh-button'&gt;清空&lt;/button&gt;
					&lt;div class='footer-menu mt-30'&gt;
						&lt;p&gt;&lt;a href='untitled.html'&gt;如果不懂怎么发布命令请进入&lt;/a&gt;&lt;/p&gt;
						&lt;nav&gt;
							&lt;ul&gt;
								&lt;li&gt;&lt;a href='https://wy2023.icu' target='_blank'&gt;云客商城&lt;/a&gt;&lt;/li&gt;
								&lt;li&gt;&lt;a href='https://ai.wy2023.icu/ai-1' target='_blank'&gt;返回AI-1&lt;/a&gt;&lt;/li&gt;
								&lt;li&gt;&lt;a href='https://ai.wy2023.icu' target='_blank'&gt;返回首页&lt;/a&gt;&lt;/li&gt;
							&lt;/ul&gt;
						&lt;/nav&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/footer&gt;
		&lt;?php
	} else {
		// 显示密码表单
		?&gt;
		&lt;div class='center'&gt;
			&lt;form method='POST'&gt;
				&lt;label for='password'&gt;输入密码进入:&lt;/label&gt;
				&lt;input type='password' id='password' name='password' required autocomplete='off'&gt;
				&lt;button type='submit'&gt;提交&lt;/button&gt;
			&lt;/form&gt;
		&lt;/div&gt;
		&lt;?php
	}
?&gt;
&lt;script src='https://cdn.bootcdn.net/ajax/libs/jquery/1.12.0/jquery.min.js'&gt;&lt;/script&gt;
&lt;script src='js/Cg.js'&gt;&lt;/script&gt;
&lt;script src='js/owl.carousel.min.js'&gt;&lt;/script&gt;
</code></pre>
</body>
</html>
无涯openAi写作 - 免费体验在线AI写作工具

原文地址: https://www.cveoy.top/t/topic/mmTk 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录