mirror of
https://git.cant.at/Madeorsk/PollVerlaine
synced 2024-11-22 13:34:32 +01:00
Madeorsk
5ac9b5d0e4
* Finished Home page behavior; * Started Poll (just the title for now); * Changed POST /polls return code to 206 (CREATED); + Add a configuration file (only app_url inside of it for now).
6 lines
96 B
PHP
6 lines
96 B
PHP
<h1 class="poll"><?= $poll->title ?></h1>
|
|
<main>
|
|
<pre>
|
|
<?= var_dump($poll) ?>
|
|
</pre>
|
|
</main>
|