mirror of
https://github.com/linuxserver/objectstorageapp.git
synced 2026-02-20 00:55:06 +08:00
19 lines
405 B
PHP
19 lines
405 B
PHP
<?php
|
|
script('objectstoragebackblaze', 'script');
|
|
style('objectstoragebackblaze', 'style');
|
|
?>
|
|
|
|
<div id="app">
|
|
<div id="app-navigation">
|
|
<?php print_unescaped($this->inc('navigation/index')); ?>
|
|
<?php print_unescaped($this->inc('settings/index')); ?>
|
|
</div>
|
|
|
|
<div id="app-content">
|
|
<div id="app-content-wrapper">
|
|
<?php print_unescaped($this->inc('content/index')); ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|