Compare commits

...

2 Commits

Author SHA1 Message Date
edbrz9 2a7a36e5dc test 2022-12-29 12:40:17 +01:00
edbrz9 02e2b37ddf test.py added 2022-12-29 12:39:59 +01:00
3 changed files with 5 additions and 4 deletions

View File

@ -54,7 +54,7 @@ section#countdown {
<section id="intro"> <section id="intro">
<p>My Dear,</p> <p>My Dear,</p>
<p></p> <p></p>
<p>Gimme the money or go fuck yourself before this goes to zero:</p> <p>Want to kiss you:</p>
<section id="countdown"> <section id="countdown">
<span class="hcount"></span><span> hours, </span> <span class="hcount"></span><span> hours, </span>
<span class="mcount"></span><span> minutes and</span> <span class="mcount"></span><span> minutes and</span>
@ -64,8 +64,8 @@ section#countdown {
<p>Then, we will eat pasta.</p> <p>Then, we will eat pasta.</p>
<p></p> <p></p>
<p>Looking forward to iting,</p> <p>Looking forward to iting,</p>
<p>Julia</p> <p>Chchjksdchk</p>
</section>
</div> </div>

View File

@ -19,7 +19,7 @@
$lang = $_POST['lang']; $lang = $_POST['lang'];
echo $lang; echo $lang;
$output = exec("python3 y2t.py"); $output = exec("python3 test.py");
echo $output; echo $output;
sleep(5); sleep(5);
echo "check" echo "check"

1
proj/y2t/test.py Normal file
View File

@ -0,0 +1 @@
print("hello from python")