html added to handler for styling
This commit is contained in:
parent
3430b6e59e
commit
5fb17f741c
|
@ -10,6 +10,12 @@
|
|||
|
||||
<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
|
||||
$url = $_POST['url'];
|
||||
$lang = $_POST['lang'];
|
||||
|
@ -25,6 +31,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
<script src="assets/js/vue.min.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
|
Loading…
Reference in New Issue