Compare commits

..

No commits in common. "2a7a36e5dcaf4d80758891cb156609f3b93496f9" and "ee823a623c5d5f6facfe877f81b9d69a9b86e282" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View File

@ -54,7 +54,7 @@ section#countdown {
<section id="intro">
<p>My Dear,</p>
<p></p>
<p>Want to kiss you:</p>
<p>Gimme the money or go fuck yourself before this goes to zero:</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>Chchjksdchk</p>
</section>
<p>Julia</p>
</div>

View File

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

View File

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