This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
dogstats/web/pages/demo/demo.html
Chris c3fbb0fc67
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
demo update
2023-10-26 16:41:33 +02:00

7 lines
407 B
HTML

<?= partial('success.html',['successTitle'=>'Dies ist ein Titel','successMessage'=>'Erfolgreich']); ?>
<?= partial('error.html',['errorMessage'=>'Fehlernacricht ohne titel']); ?>
<?= partial('info.html',['infoTitle'=>'Dies ist ein Info titel','infoMessage'=>'InfoNachricht ist so']); ?>
<?= partial('notice.html',['noticeTitle'=>'Dies ist ein notice titel','noticeMessage'=>'noticeNachricht ist so']); ?>