qna and links added

This commit is contained in:
edbrz9 2022-12-30 19:44:17 +01:00
parent 3a07fcc631
commit 398ed478df
3 changed files with 27 additions and 4 deletions

View File

@ -14,7 +14,7 @@
<h4>Here are your prompts!</h4>
<p>You can copy them one by one in ChatGPT. Why is it presented that way? Check out our <a href="./QnA/" target="_blank">Q&A page</a>.</p>
<p>You can copy them one by one in ChatGPT. Why is it presented that way? Check out our <a href="./qna.php" target="_blank">Q&A page</a>.</p>
<?php
$url = $_POST['url'];

View File

@ -24,9 +24,7 @@
</form>
</main>
<footer>
<a href=""><span>PH1</span></a>
<a href=""><span>PH2</span></a>
<a href=""><span>PH3</span></a>
<a href="./qna.php"><span>?</span></a>
</footer>
<div class="loading" v-show="loading">
<h4>loading</h4>

25
proj/y2t/qna.php Normal file
View File

@ -0,0 +1,25 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Y2T</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div id="root">
<main>
<h4>Hi!</h4>
<p>This is a work in progress...</p>
<p>But you should be able to guess what it's all about. Right?</p>
</main>
</div>
</body>
</html>