]> git.bts.cx Git - cx.git/blob - cx/templates/admin/skeleton.php
Custom markdown for inserting images
[cx.git] / cx / templates / admin / skeleton.php
1 <!DOCTYPE html>
2 <html lang="en">
3
4 <head>
5 <meta charset="UTF-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width, initial-scale=1.0">
8 <title>CX Admin Panel</title>
9 <link rel="stylesheet" href="<?= cx_url('/design/css/style.css') ?>">
10 </head>
11
12 <body>
13 <?= cx_template_content(); ?>
14 </body>
15 </html>