diff --git a/index.php b/index.php index 9bb3a52..03130b3 100644 --- a/index.php +++ b/index.php @@ -7,4 +7,28 @@ if (isset($_GET['poll'])) { redirect('view_poll.php?id='.$_GET['poll']); } echo get_page_header(); -echo get_page_footer(); +?> +

+ Welcome to the new Dragonpolls! In the future + you will find a stream of polls here, right now it's fairly empty! + You can create a new poll, look at + + my roadmap + , + or make a feature request. +

+

+ Once all planned features for version 1.0.0 are done, and the 0.9.0 bugs are squashed, + I will replace the current version over at + https://wedro.online/dragonpolls.
+ You may see that this uses a slightly different url format, polls are at view_poll.php?id=XXX + instead of index.php?poll=YYY. The old links will continue to work of course, however I encourage everyone + to share the new style once this is has replaced the previous incarnation. +

+

+ My current plan is to keep this domain up as a beta-channel, feel free to use it instead of + https://wedro.online/dragonpolls, + and update the productive installation with each milestone! +

+ +