Compare commits
2 Commits
ee823a623c
...
2a7a36e5dc
Author | SHA1 | Date |
---|---|---|
|
2a7a36e5dc | |
|
02e2b37ddf |
|
@ -54,7 +54,7 @@ section#countdown {
|
|||
<section id="intro">
|
||||
<p>My Dear,</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">
|
||||
<span class="hcount"></span><span> hours, </span>
|
||||
<span class="mcount"></span><span> minutes and</span>
|
||||
|
@ -64,8 +64,8 @@ section#countdown {
|
|||
<p>Then, we will eat pasta.</p>
|
||||
<p></p>
|
||||
<p>Looking forward to iting,</p>
|
||||
<p>Julia</p>
|
||||
|
||||
<p>Chchjksdchk</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
$lang = $_POST['lang'];
|
||||
echo $lang;
|
||||
|
||||
$output = exec("python3 y2t.py");
|
||||
$output = exec("python3 test.py");
|
||||
echo $output;
|
||||
sleep(5);
|
||||
echo "check"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
print("hello from python")
|
Loading…
Reference in New Issue