aboutsummaryrefslogtreecommitdiff
path: root/w/view/templates/read.php
blob: 4d9a58f002c9f240691753c6f26eac6c60e112ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>



<head>
    <meta charset="utf8" />
    <meta name="description" content="<?= $art->description() ?>" />
    <meta name="viewport" content="width=device-width" />
    <link rel="shortcut icon" href="./media/logo.png" type="image/x-icon">
    <link href="<?= $globalcss ?>" rel="stylesheet" />
    <?= $edit == 0 ? '<link href="' . $globalcss . '" rel="stylesheet" />' : '<link href="./rsc/css/styleedit.css" rel="stylesheet" />' ?>
    <title><?= $edit == 1 ? '✏' : '' ?> <?= $art->title() ?></title>
    <script src="./rsc/js/app.js"></script>
</head>

<?= $html ?>

    

</html>