qna and links added
This commit is contained in:
parent
3a07fcc631
commit
398ed478df
|
@ -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'];
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue