html added to handler for styling

This commit is contained in:
edbrz9 2022-12-30 17:33:31 +01:00
parent 3430b6e59e
commit 5fb17f741c
1 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,12 @@
<div id="root"> <div id="root">
<section id="output">
<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>
<?php <?php
$url = $_POST['url']; $url = $_POST['url'];
$lang = $_POST['lang']; $lang = $_POST['lang'];
@ -25,6 +31,9 @@
} }
?> ?>
</section>
</div> </div>
<script src="assets/js/vue.min.js"></script> <script src="assets/js/vue.min.js"></script>
<script src="assets/js/main.js"></script> <script src="assets/js/main.js"></script>