免费AI写作工具 - 无涯OpenAI写作
<!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>免费AI写作工具 - 无涯OpenAI写作</title>
<meta name="description" content="免费体验在线AI写作工具,无需登录注册,与AI对话,支持中文、英语、日语等。体验无涯OpenAI写作,即刻开启您的创作之旅。">
<meta name="keywords" content="人工智能, AI写作, 免费写作, 在线写作工具, 无涯OpenAI写作, OpenAI">
<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;
}
</style>
</code></pre>
</head>
<body>
<?php
$current_password = '123456'; // 设置需要的密码
<pre><code>// 使用更安全的密码校验方式
if (isset($_POST['password']) && password_verify($_POST['password'], '$2y$10$564719d96495690338474230c7f8ef68606f86556ff8b6c56f4963f40db4b64e9c3b758994630987628e51698935a97404880171d046ff7c4c4f79e9a3d0d')) {
// 显示页面内容
?>
<script src="js/Cg.js"></script>
<div class="basic-portfolio-area ptb-10">
<div class="filter-menu text-center">
</div>
<div class="call-to-action-area gray-bg ptb-60">
<div class="container">
<div class="form-group">
<label></label>
<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;"></textarea>
</div>
<div class="call-to-action">
<button onclick="callCHATGPT()" autocomplete="off" class="btn btn-large" href="#">回答</button>
</div>
<div class="form-group">
<label></label>
<textarea class="form-control" id="chatgpt-response" placeholder="长途访问,请耐心等待回答 Ai生成它很快,但是由于网络问题我们需要等待,通常内容越长等待越久 如果长时间没反应请刷新页面重试" rows="26"></textarea>
</div>
</div>
</div>
<footer>
<div class="basic-footer gray-bg text-center ptb-20">
<div class="container">
<button onclick="location.reload()" class="refresh-button">清空</button>
<div class="footer-menu mt-30">
<p><a href="untitled.html">如果不懂怎么发布命令请进入</a></p>
<nav>
<ul>
<li><a href="https://wy2023.icu" target="_blank">云客商城</a></li>
<li><a href="https://ai.wy2023.icu/ai-1" target="_blank">返回AI-1</a></li>
<li><a href="https://ai.wy2023.icu" target="_blank">返回首页</a></li>
</ul>
</nav>
</div>
</div>
</div>
</footer>
<?php
} else {
// 显示密码表单
?>
<div class="center">
<form method="POST">
<label for="password">输入密码进入:</label>
<input type="password" id="password" name="password" required autocomplete="off">
<button type="submit">提交</button>
</form>
</div>
<?php
}
?>
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
</code></pre>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/mmTs 著作权归作者所有。请勿转载和采集!