mirror of
https://github.com/zamentur/libreto.git
synced 2025-11-16 18:48:36 +05:30
14 lines
476 B
PHP
14 lines
476 B
PHP
<header class="<?= $_SESSION['header'] ?>">
|
||
<div class="full">
|
||
<?= $homepage ?>
|
||
<div class="colophon">
|
||
<?= $Parsedown->text(file_get_contents("./assets/texts/colophon.md")); ?>
|
||
</div>
|
||
<button class="switch">×</button>
|
||
</div>
|
||
<div class="reduced">
|
||
<p class="instance_name"><a href="<?= $instance_url ?>"><?= $instance_name ?></a></p>
|
||
<p class="libreto_name"><?= $libreto_name ?></p>
|
||
<button class="switch">?</button>
|
||
</div>
|
||
</header>
|