Files
EasySoft-ZenTaoPMS/module/program/ui/browse.html.php
T

16 lines
243 B
PHP

<?php
namespace zin;
page
(
h('h1', 'hello'),
button('BUTTON'),
btn('Primary')->primary()->rounded(),
div
(
h2('Headings2'),
h3('Headings3'),
p('lorem', strong('bold'))
)
)->title($title)->x();