lollipop

A PHP-framework
Log | Files | Refs

parent_child.html (479B)


      1 <!DOCTYPE html>
      2 <html lang="eng">
      3     <title>Add User</title>
      4     <link rel="stylesheet" href="/views/css/theme.css">
      5     <link rel="stylesheet" href="/views/css/form_template.css">
      6     <link rel="stylesheet" href="/views/css/course.css">
      7     <meta name="viewport" content="width=device-width, initial-scale=1" />
      8 </head>
      9 </head>
     10 <body>
     11     {{ $header }}
     12     <div class ="form_card">
     13         <div class ="table">
     14             {{ $table}}
     15         </div>
     16     </div>
     17 
     18 </body>
     19 </html>