diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 138ee4b..f353bdd 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -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']; diff --git a/proj/y2t/index.php b/proj/y2t/index.php index 5b106ae..cb2cef6 100644 --- a/proj/y2t/index.php +++ b/proj/y2t/index.php @@ -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> diff --git a/proj/y2t/qna.php b/proj/y2t/qna.php new file mode 100644 index 0000000..d1dccc9 --- /dev/null +++ b/proj/y2t/qna.php @@ -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> \ No newline at end of file